From 99b4985b2116205cec84d8904f50927ae0594d00 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sun, 14 Jul 2013 19:33:02 -0600 Subject: update pngcrush, move it from pcr to libre --- pcr/pngcrush/PKGBUILD | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 pcr/pngcrush/PKGBUILD (limited to 'pcr/pngcrush/PKGBUILD') 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 - -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') -- cgit v1.2.3-2-g168b