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
CommitLineData
cf9523c6
VM
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
38b50d66 5# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
cf9523c6
VM
6# Depends on:
7
8name=libungif
9version=4.1.4
10release=1
11source=(http://crux.nu/files/distfiles/$name-$version.tar.gz)
12
13build() {
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}