summaryrefslogtreecommitdiffstats
path: root/deco/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'deco/PKGBUILD')
-rw-r--r--deco/PKGBUILD21
1 files changed, 0 insertions, 21 deletions
diff --git a/deco/PKGBUILD b/deco/PKGBUILD
deleted file mode 100644
index 22f407e..0000000
--- a/deco/PKGBUILD
+++ /dev/null
@@ -1,21 +0,0 @@
-# Contributor: Christoph Zeiler <rabyte*gmail>
-
-pkgname=deco
-pkgver=1.6.0.1
-pkgrel=1
-pkgdesc="A command-line utility to extract various archive file formats"
-arch=('i686' 'x86_64')
-url="http://hartlich.com/deco/"
-license=('GPL3')
-optdepends=('deco-archive (extractor wrappers for various formats)')
-source=($url/download/$pkgname-$pkgver.tar.gz)
-md5sums=('7939b2bfae68cf753b8d8c5ff23d555c')
-
-build() {
- cd $pkgname-$pkgver
-
- make PREFIX=/usr CC=gcc CFLAGS="${CFLAGS}" || return 1
- make PREFIX=/usr DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et: