opt/libjpeg/Pkgfile

17 lines
441 B
Plaintext
Raw Normal View History

# Description: Library of JPEG support functions.
# URL: http://www.ijg.org/
2006-09-17 21:18:21 +02:00
# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
name=libjpeg
version=8c
release=1
2009-11-04 17:56:50 +01:00
source=(ftp://ftp.uni-frankfurt.de/pub/Mirrors2/gentoo.org/distfiles/jpegsrc.v$version.tar.gz)
build() {
cd jpeg-$version
2010-06-29 20:33:00 +02:00
./configure --prefix=/usr --mandir=/usr/man \
--enable-shared --enable-static
make
2010-06-29 20:33:00 +02:00
make DESTDIR=$PKG install
}