summaryrefslogtreecommitdiff
path: root/community/unifdef
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
committerroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
commitdee9f17b595ea903a982d31d1124b302bb17e2ff (patch)
tree295fdab78e28e1952fbc13ce824d57c88ede4e3b /community/unifdef
parent380530d02a5449fdef97b63b394a6743c3de0092 (diff)
Wed Jul 17 00:58:51 PDT 2013
Diffstat (limited to 'community/unifdef')
-rw-r--r--community/unifdef/PKGBUILD26
1 files changed, 0 insertions, 26 deletions
diff --git a/community/unifdef/PKGBUILD b/community/unifdef/PKGBUILD
deleted file mode 100644
index fd8b122d0..000000000
--- a/community/unifdef/PKGBUILD
+++ /dev/null
@@ -1,26 +0,0 @@
-# $Id: PKGBUILD 90818 2013-05-14 10:59:48Z spupykin $
-# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
-
-pkgname=unifdef
-pkgver=2.8
-pkgrel=1
-pkgdesc="Remove #ifdef'ed lines"
-arch=(i686 x86_64)
-url="http://dotat.at/prog/unifdef/"
-license=('GPL')
-depends=()
-source=("http://dotat.at/prog/unifdef/unifdef-$pkgver.tar.gz")
-md5sums=('1cfb5fa5dcab6e6246c07897a1a304b4')
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
- make clean
- make
-}
-
-package() {
- cd "$srcdir/$pkgname-$pkgver"
- mkdir -p $pkgdir/usr/bin $pkgdir/usr/share/man/man1
- install -m 0755 unifdef $pkgdir/usr/bin/
- install -m 0644 unifdef.1 $pkgdir/usr/share/man/man1/
-}