libtiff: assumed maintainership, tweaked Pkgfile
This commit is contained in:
parent
5f8dd1ecd6
commit
342881a0bd
@ -1,6 +1,6 @@
|
|||||||
# Description: Library for manipulation of TIFF (Tag Image File Format) images
|
# Description: Library for manipulation of TIFF (Tag Image File Format) images
|
||||||
# URL: http://www.remotesensing.org/libtiff/
|
# URL: http://www.remotesensing.org/libtiff/
|
||||||
# Maintainer: Per Lidén, core-ports at crux dot nu
|
# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
|
||||||
# Depends on: libjpeg, zlib
|
# Depends on: libjpeg, zlib
|
||||||
|
|
||||||
name=libtiff
|
name=libtiff
|
||||||
@ -11,7 +11,7 @@ source=(ftp://ftp.remotesensing.org/pub/libtiff/tiff-$version.tar.gz \
|
|||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd tiff-$version
|
cd tiff-$version
|
||||||
patch -p1 < $SRC/$name-$version.patch
|
patch -p1 -i $SRC/$name-$version.patch
|
||||||
./configure --prefix=/usr
|
./configure --prefix=/usr
|
||||||
make
|
make
|
||||||
make DESTDIR=$PKG install
|
make DESTDIR=$PKG install
|
||||||
|
Loading…
x
Reference in New Issue
Block a user