summaryrefslogtreecommitdiff
path: root/community/pdmenu/PKGBUILD
diff options
context:
space:
mode:
authorParabola <dev@list.parabolagnulinux.org>2011-04-05 14:26:38 +0000
committerParabola <dev@list.parabolagnulinux.org>2011-04-05 14:26:38 +0000
commit415856bdd4f48ab4f2732996f0bae58595092bbe (patch)
treeede2018b591f6dfb477fe9341ba17b9bc000fab9 /community/pdmenu/PKGBUILD
Tue Apr 5 14:26:38 UTC 2011
Diffstat (limited to 'community/pdmenu/PKGBUILD')
-rw-r--r--community/pdmenu/PKGBUILD21
1 files changed, 21 insertions, 0 deletions
diff --git a/community/pdmenu/PKGBUILD b/community/pdmenu/PKGBUILD
new file mode 100644
index 000000000..e483ac912
--- /dev/null
+++ b/community/pdmenu/PKGBUILD
@@ -0,0 +1,21 @@
+# $Id: PKGBUILD 43384 2011-03-25 14:16:56Z spupykin $
+# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
+
+pkgname=pdmenu
+pkgver=1.2.99
+pkgrel=1
+pkgdesc="simple full screen menu program"
+arch=('i686' 'x86_64')
+url="http://packages.debian.org/unstable/source/pdmenu"
+license=('GPL')
+depends=('gpm' 'slang')
+optdepends=('perl')
+source=(http://ftp.debian.org/debian/pool/main/p/pdmenu/pdmenu_$pkgver.tar.gz)
+md5sums=('656d9fbfedef7018521ba0299ba7f4a4')
+
+build() {
+ cd $srcdir/pdmenu
+ ./configure --prefix=/usr --sysconfdir=/etc
+ make
+ make INSTALL_PREFIX=$pkgdir install
+}