mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
added dummy package extra/libjpeg-turbo
This commit is contained in:
parent
3ce225066c
commit
f1f1d22e65
1 changed files with 21 additions and 0 deletions
21
extra/libjpeg-turbo/PKGBUILD
Normal file
21
extra/libjpeg-turbo/PKGBUILD
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
# Maintainer: Kevin Mihelich <kevin@plugapps.com>
|
||||||
|
|
||||||
|
plugrel=1
|
||||||
|
|
||||||
|
pkgname=libjpeg-turbo
|
||||||
|
pkgver=1.1.1
|
||||||
|
pkgrel=1
|
||||||
|
pkgdesc="ARM dummy package for the x86 assembly version"
|
||||||
|
arch=('arm' 'armv7')
|
||||||
|
url="http://www.archlinuxarm.org"
|
||||||
|
depends=('libjpeg')
|
||||||
|
license=('BYOB')
|
||||||
|
|
||||||
|
build() {
|
||||||
|
echo "libjpeg-turbo!"
|
||||||
|
}
|
||||||
|
|
||||||
|
package() {
|
||||||
|
mkdir -p $pkgdir/usr/share
|
||||||
|
echo "libjpeg-turbo!" > $pkgdir/usr/share/libjpeg-turbo
|
||||||
|
}
|
Loading…
Reference in a new issue