summaryrefslogtreecommitdiff
path: root/~lukeshu
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-03-11 11:53:09 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2012-03-11 11:53:09 +0100
commit3156702a5deccd61451be9f7d8ba0fd212a3043b (patch)
tree624620bf3c78560df2455ebe11c66073a39d7355 /~lukeshu
parentaa74620a7ef4a49bd466b993c4675514781bd179 (diff)
parent4640048ddd1331c9f6fc14b8921ccecdb6b1ea11 (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: core/kmod/PKGBUILD core/nfs-utils/PKGBUILD extra/libdmx/PKGBUILD gnome-unstable/gnome-keyring/PKGBUILD gnome-unstable/libgnome-keyring/PKGBUILD gnome-unstable/libgweather/PKGBUILD gnome-unstable/libgweather/libgweather.install multilib/lib32-gnutls/PKGBUILD multilib/lib32-libtiff/PKGBUILD testing/libxcb/PKGBUILD testing/libxcb/libxcb-1.1-no-pthread-stubs.patch testing/libxi/PKGBUILD testing/mesa/PKGBUILD
Diffstat (limited to '~lukeshu')
-rw-r--r--~lukeshu/maildirproc/PKGBUILD17
1 files changed, 17 insertions, 0 deletions
diff --git a/~lukeshu/maildirproc/PKGBUILD b/~lukeshu/maildirproc/PKGBUILD
new file mode 100644
index 000000000..9197fc6e3
--- /dev/null
+++ b/~lukeshu/maildirproc/PKGBUILD
@@ -0,0 +1,17 @@
+# Maintainer: Mick Koch <kchmck@gmail.com>
+
+pkgname="maildirproc"
+pkgver="0.5.0"
+pkgrel="1"
+pkgdesc="Sorts mail based on a Python configuration file"
+arch=("any")
+url="http://joel.rosdahl.net/maildirproc/"
+license=("GPL")
+depends=("python")
+source=("http://joel.rosdahl.net/maildirproc/releases/$pkgname-$pkgver.tar.bz2")
+md5sums=("eaa001f6cd1befee99528ca55da979ca")
+
+build() {
+ cd "$srcdir/$pkgname-$pkgver"
+ python setup.py install --prefix=/usr --root="$pkgdir" || return 1
+}