CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
libcap: initial import (verified compilation)
[attic/ports/opt-cross.git] / libungif / Pkgfile
1 # Description: An uncompressed GIF library compatible with giflib
2 # URL: http://libungif.sourceforge.net/doc/
3 # Packager: Simone Rota, sip at crux dot nu
4 # Maintainer: Jose V Beneyto, sepen at crux dot nu
5 # Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
6 # Depends on:
7
8 name=libungif
9 version=4.1.4
10 release=1
11 source=(http://crux.nu/files/distfiles/$name-$version.tar.gz)
12
13 build() {
14 cd $name-$version
15 ./configure --build=$CHOST \
16 --host=$CTARGET \
17 --prefix=/usr
18 make
19 make prefix=$PKG/usr install
20 rm -rf $PKG/usr/bin
21 }