diff options
author | Danny Rawlins <monster.romster@gmail.com> | 2014-03-19 19:08:40 +1100 |
---|---|---|
committer | Danny Rawlins <monster.romster@gmail.com> | 2014-03-19 19:08:40 +1100 |
commit | ea28fe994ef80eccd3a7f038956c118973663db8 (patch) | |
tree | cf316b4d03677ab48e10be1cd778d4551684b90d /libpng-32/Pkgfile | |
parent | 7998caed90102f3bfdd79e9f759a8e13c5f2cf25 (diff) | |
download | compat-32-ea28fe994ef80eccd3a7f038956c118973663db8.tar.gz compat-32-ea28fe994ef80eccd3a7f038956c118973663db8.tar.xz |
libpng-32: 1.6.7 -> 1.6.10
Diffstat (limited to 'libpng-32/Pkgfile')
-rw-r--r-- | libpng-32/Pkgfile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libpng-32/Pkgfile b/libpng-32/Pkgfile index f597d8ab..f159df18 100644 --- a/libpng-32/Pkgfile +++ b/libpng-32/Pkgfile @@ -4,7 +4,7 @@ # Depends on: zlib-32 libpng name=libpng-32 -version=1.6.7 +version=1.6.10 release=1 source=(http://download.sourceforge.net/libpng/libpng-$version.tar.xz \ http://downloads.sourceforge.net/project/libpng-apng/libpng16/$version/libpng-$version-apng.patch.gz) @@ -16,5 +16,6 @@ build() { make make DESTDIR=$PKG install + rm -r $PKG/usr/{bin,include,man} } |