From fb4f79ab4c65cb4d868b148230e4a6ec1eaabce4 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sat, 19 Nov 2011 03:22:47 -0500 Subject: move packages that are straight from AUR into [~aur] --- ~lukeshu/pngcrush/PKGBUILD | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 ~lukeshu/pngcrush/PKGBUILD (limited to '~lukeshu/pngcrush/PKGBUILD') diff --git a/~lukeshu/pngcrush/PKGBUILD b/~lukeshu/pngcrush/PKGBUILD deleted file mode 100644 index e3b477086..000000000 --- a/~lukeshu/pngcrush/PKGBUILD +++ /dev/null @@ -1,30 +0,0 @@ -# Contributor: Anton Bazhenov -# Contributer: HuntXu -# Maintainer: Stefan Husmann - -pkgname=pngcrush -pkgver=1.7.15 -pkgrel=1 -pkgdesc="A tool for optimizing the compression of PNG files" -arch=('i686' 'x86_64') -url="http://pmt.sourceforge.net/" -license=('custom') -depends=('glibc') -source=(http://downloads.sourceforge.net/pmt/$pkgname-$pkgver.tar.xz - LICENSE) -md5sums=('c21cf76d187dadd4c137e894dcb593bf' - 'e6446a786d939c98fcada57f9ae6de1f') - -build() { - cd "$srcdir"/$pkgname-$pkgver - # fix for better compression - sed -i 's|TOO_FAR 4096|TOO_FAR 32767|' deflate.c - make -} - -package() { - install -Dm755 "$srcdir"/$pkgname-$pkgver/$pkgname \ - "$pkgdir"/usr/bin/$pkgname - install -Dm644 $srcdir/LICENSE \ - "$pkgdir"/usr/share/licenses/$pkgname/LICENSE -} -- cgit v1.2.3-2-g168b