diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-01-09 03:58:56 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-01-09 03:58:56 +0000 |
commit | ebfbe6aa4a09806147654dd9e8d512cd68921e0d (patch) | |
tree | 645198602e94164a4130285756f401ae0b0756fd /libre/pngcrush | |
parent | 3092fe0e20f490a5f9b8b9602ffc039a22be60c0 (diff) |
Thu Jan 9 03:54:24 UTC 2014
Diffstat (limited to 'libre/pngcrush')
-rw-r--r-- | libre/pngcrush/PKGBUILD | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/libre/pngcrush/PKGBUILD b/libre/pngcrush/PKGBUILD deleted file mode 100644 index f44ace016..000000000 --- a/libre/pngcrush/PKGBUILD +++ /dev/null @@ -1,27 +0,0 @@ -# Maintainer: Luke Shumaker <lukeshu@sbcglobal.net> - -pkgname=pngcrush -pkgver=1.7.65 -pkgrel=1 -pkgdesc="A tool for optimizing the compression of PNG files" -arch=('i686' 'x86_64' 'mips64el') -url="http://pmt.sourceforge.net/pngcrush/" -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=('b4130246c14c1cffc6c2014ff86f1008') |