CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
libsoup: removed verbose output.
[attic/ports/opt-cross.git] / libpng / Pkgfile
CommitLineData
4c8c2b30
JB
1# Description: Library of PNG support functions.
2# URL: http://www.libpng.org
3# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
38b50d66 4# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
4c8c2b30
JB
5# Depends on: zlib
6
7name=libpng
7d36b876 8version=1.2.44
4c8c2b30
JB
9release=1
10source=(http://dl.sourceforge.net/sourceforge/$name/$name-$version.tar.bz2)
11
12build() {
13 cd $name-$version
b4a24c69 14
4c8c2b30
JB
15 ./configure --build=$CHOST \
16 --host=$CTARGET \
17 --prefix=/usr \
18 --mandir=/usr/man
b4a24c69 19
4c8c2b30
JB
20 make
21 make DESTDIR=$PKG install
22}