summaryrefslogtreecommitdiff
path: root/~fauno/afew/PKGBUILD
diff options
context:
space:
mode:
authorMárcio Alexandre Silva Delgado <coadde@lavabit.com>2013-08-30 16:11:09 -0300
committerMárcio Alexandre Silva Delgado <coadde@lavabit.com>2013-08-30 16:11:09 -0300
commit479722d138d109c10b9895a22868463c642e7edb (patch)
tree7ec3471b9aa6a0d24b735040575b1923e4b26856 /~fauno/afew/PKGBUILD
parenta7cbbe0d9d06f75042fe4267a19833cf95e2d7d2 (diff)
parente73edbc68c2fd12028bb3e6e0da12fda51f4f3cd (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/srv/git/abslibre
Diffstat (limited to '~fauno/afew/PKGBUILD')
-rw-r--r--~fauno/afew/PKGBUILD29
1 files changed, 0 insertions, 29 deletions
diff --git a/~fauno/afew/PKGBUILD b/~fauno/afew/PKGBUILD
deleted file mode 100644
index 1256ad4d3..000000000
--- a/~fauno/afew/PKGBUILD
+++ /dev/null
@@ -1,29 +0,0 @@
-# Maintainer: Kazuo Teramoto <kaz.rag at gmail.com>
-pkgname=afew
-pkgver=2012.07.11
-_gitver=20120711
-pkgrel=1
-pkgdesc="afew is an initial tagging script for notmuch mail"
-arch=(any)
-url="https://github.com/teythoon/afew"
-license=('custom:BSD')
-depends=('python2' 'notmuch' 'dbacl')
-source=("https://repo.parabolagnulinux.org/other/${pkgname}-${_gitver}-${pkgrel}-any.src.tar.gz"
- 'LICENSE')
-
-build() {
- cd "$srcdir/$pkgname"
-
- python2 setup.py build
-}
-
-package() {
- cd "$srcdir/$pkgname"
- python2 setup.py install --prefix="$pkgdir/usr"
-
- install -D -m644 "$srcdir/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:
-md5sums=('99e501fb8f99ec58eccf8c08d572dab2'
- '295b245540aa61538f9a3556c4be846c')