diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-07-14 19:33:02 -0600 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-08-04 22:49:36 -0600 |
commit | 99b4985b2116205cec84d8904f50927ae0594d00 (patch) | |
tree | 698b5cdd5fb96884472d1d1f4b69a33f4f186432 /pcr | |
parent | 946d64a4f98b36d70189c65010e666a597ad7aab (diff) | |
download | abslibre-99b4985b2116205cec84d8904f50927ae0594d00.tar.gz abslibre-99b4985b2116205cec84d8904f50927ae0594d00.tar.bz2 abslibre-99b4985b2116205cec84d8904f50927ae0594d00.zip |
update pngcrush, move it from pcr to libre
Diffstat (limited to 'pcr')
-rw-r--r-- | pcr/pngcrush/PKGBUILD | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/pcr/pngcrush/PKGBUILD b/pcr/pngcrush/PKGBUILD deleted file mode 100644 index a4ac8b5cb..000000000 --- a/pcr/pngcrush/PKGBUILD +++ /dev/null @@ -1,26 +0,0 @@ -# Maintainer: Luke Shumaker <lukeshu@sbcglobal.net> - -pkgname=pngcrush -pkgver=1.7.58 -pkgrel=1 -pkgdesc="A tool for optimizing the compression of PNG files" -arch=('i686' 'x86_64' 'mips64el') -url="http://pmt.sourceforge.net/" -license=('custom') -depends=('libpng' 'zlib') -source=(http://downloads.sourceforge.net/pmt/$pkgname-$pkgver-nolib.tar.xz) - -build() { - cd "$srcdir"/$pkgname-$pkgver-nolib - sed -n '10,17s/^\s*//p' cexcept.h > LICENSE.cexcept.txt - sed -rn '97,142s/ \* ?//p' pngcrush.c > LICENSE.pngcrush.txt - make -} - -package() { - cd "$srcdir"/$pkgname-$pkgver-nolib - install -Dm755 $pkgname "$pkgdir"/usr/bin/$pkgname - install -Dm644 LICENSE.cexcept.txt "$pkgdir"/usr/share/licenses/$pkgname/cexcept.txt - install -Dm644 LICENSE.pngcrush.txt "$pkgdir"/usr/share/licenses/$pkgname/pngcrush.txt -} -md5sums=('aa09aa8a65999ba522e5735ed0ad6a1a') |