diff options
author | Tilman Sauerbeck <tilman@code-monkey.de> | 2006-09-17 19:12:09 +0000 |
---|---|---|
committer | Tilman Sauerbeck <tilman@code-monkey.de> | 2006-09-17 19:12:09 +0000 |
commit | 342881a0bdca83ef28a74822576d78282b7620f5 (patch) | |
tree | a29eaa82c0d31b800517494b50917c59e9891844 /libtiff | |
parent | 5f8dd1ecd62bf98e8e2c82bbef457d17b52d6eb8 (diff) | |
download | opt-342881a0bdca83ef28a74822576d78282b7620f5.tar.gz opt-342881a0bdca83ef28a74822576d78282b7620f5.tar.xz |
libtiff: assumed maintainership, tweaked Pkgfile
Diffstat (limited to 'libtiff')
-rw-r--r-- | libtiff/Pkgfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libtiff/Pkgfile b/libtiff/Pkgfile index 0244875f2..65356e7c4 100644 --- a/libtiff/Pkgfile +++ b/libtiff/Pkgfile @@ -1,6 +1,6 @@ # Description: Library for manipulation of TIFF (Tag Image File Format) images # 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 name=libtiff @@ -11,7 +11,7 @@ source=(ftp://ftp.remotesensing.org/pub/libtiff/tiff-$version.tar.gz \ build() { cd tiff-$version - patch -p1 < $SRC/$name-$version.patch + patch -p1 -i $SRC/$name-$version.patch ./configure --prefix=/usr make make DESTDIR=$PKG install |