summaryrefslogtreecommitdiff
path: root/pcr/ginn/PKGBUILD
diff options
context:
space:
mode:
authorMárcio Alexandre Silva Delgado <coadde@lavabit.com>2013-05-21 04:24:04 -0300
committerMárcio Alexandre Silva Delgado <coadde@lavabit.com>2013-05-21 04:24:04 -0300
commit7e10d47cf04f9a5b3fe819dbbfc9fff8036f04ac (patch)
tree2b51169609d399534f6041adb9fc634dfc00d841 /pcr/ginn/PKGBUILD
parente777f99123e62a5547bb816e09a460a065c71755 (diff)
parent89c0af8305046890734eba2969c9b057e0a6bf9a (diff)
downloadabslibre-7e10d47cf04f9a5b3fe819dbbfc9fff8036f04ac.tar.gz
abslibre-7e10d47cf04f9a5b3fe819dbbfc9fff8036f04ac.tar.bz2
abslibre-7e10d47cf04f9a5b3fe819dbbfc9fff8036f04ac.zip
Merge branch 'master' of ssh://parabolagnulinux.org:1863/srv/git/abslibre
Diffstat (limited to 'pcr/ginn/PKGBUILD')
-rw-r--r--pcr/ginn/PKGBUILD21
1 files changed, 21 insertions, 0 deletions
diff --git a/pcr/ginn/PKGBUILD b/pcr/ginn/PKGBUILD
new file mode 100644
index 000000000..013fc8642
--- /dev/null
+++ b/pcr/ginn/PKGBUILD
@@ -0,0 +1,21 @@
+# Maintainer: Nicolas Quiénot <niQo @ aur>
+
+pkgname=ginn
+pkgver=0.2.6
+pkgrel=2
+pkgdesc="A deamon with jinn-like wish-granting capabilities"
+url="http://launchpad.net/ginn"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('geis' 'bamf2' 'libxtst' 'libwnck')
+source=(http://launchpad.net/ginn/0.x/${pkgver}/+download/ginn-${pkgver}.tar.gz)
+
+package() {
+ cd ${srcdir}/${pkgname}-${pkgver}
+
+ ./configure --prefix=/usr
+ make || return 1
+ make DESTDIR=${pkgdir} install || return 1
+}
+
+md5sums=('008854147f0809877b3e7ccf5af5337f')