summaryrefslogtreecommitdiff
path: root/pcr/ginn
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-05-20 09:45:17 -0300
committerAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-05-20 09:45:17 -0300
commit63027b5c4a69ad91fa946044cc32568f22604592 (patch)
tree888e9921ae3001dcdd96e66163259e645bd51ec8 /pcr/ginn
parent3dd4850b58ac77a617404c3c6d39a1d9261e9d2b (diff)
put ginn and dependencies on pcr repo
Diffstat (limited to 'pcr/ginn')
-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..bccdf6698
--- /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')
+source=(http://launchpad.net/ginn/0.x/${pkgver}/+download/ginn-${pkgver}.tar.gz)
+
+build() {
+ cd ${srcdir}/${pkgname}-${pkgver}
+
+ ./configure --prefix=/usr
+ make || return 1
+ make DESTDIR=${pkgdir} install || return 1
+}
+
+md5sums=('008854147f0809877b3e7ccf5af5337f')