summaryrefslogtreecommitdiff
path: root/~fauno
diff options
context:
space:
mode:
Diffstat (limited to '~fauno')
-rw-r--r--~fauno/distccd-zeroconf/PKGBUILD2
-rw-r--r--~fauno/minidjvu/PKGBUILD31
-rw-r--r--~fauno/notmuch/PKGBUILD24
3 files changed, 44 insertions, 13 deletions
diff --git a/~fauno/distccd-zeroconf/PKGBUILD b/~fauno/distccd-zeroconf/PKGBUILD
index 2faf6acb3..1690daad9 100644
--- a/~fauno/distccd-zeroconf/PKGBUILD
+++ b/~fauno/distccd-zeroconf/PKGBUILD
@@ -7,7 +7,7 @@ _pkgname=distcc
pkgver=3.1
pkgrel=1
pkgdesc="A distributed C, C++, Obj C compiler with zeroconf support"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'mips64el')
url="http://code.google.com/p/distcc/"
license=('GPL')
depends=('gcc' 'popt' 'avahi')
diff --git a/~fauno/minidjvu/PKGBUILD b/~fauno/minidjvu/PKGBUILD
new file mode 100644
index 000000000..664e8a3f8
--- /dev/null
+++ b/~fauno/minidjvu/PKGBUILD
@@ -0,0 +1,31 @@
+# Contributor: Orivej Desh <masecretaire@gmx.fr>
+# Maintainer: Orivej Desh <masecretaire@gmx.fr>
+pkgname=minidjvu
+pkgver=0.8
+pkgrel=2
+pkgdesc="Highly efficient DjVu encoder for black-and-white images"
+arch=('i686' 'x86_64' 'mips64el')
+url="http://minidjvu.sourceforge.net/"
+license=('GPL')
+depends=("gcc-libs" "libtiff")
+options=("!libtool")
+source=("http://downloads.sourceforge.net/project/minidjvu/minidjvu/$pkgver/minidjvu-$pkgver.tar.gz")
+md5sums=('b354eb74d83c6e2d91aab2a6c2879ba7')
+
+build() {
+ cd "$srcdir/$pkgname-$pkgver"
+
+ ./configure --prefix=/usr --libdir=/usr/lib
+
+ sed -i -e 's#/usr/bin/gzip#/bin/gzip#' Makefile
+ sed -i -e 's#-9 \$(MANDIR)#-9 $(DESTDIR)$(MANDIR)#' Makefile
+
+ make
+}
+
+package() {
+ cd "$srcdir/$pkgname-$pkgver"
+ mkdir -p "$pkgdir"/usr/{bin,lib,share/man/man1}
+ make DESTDIR="$pkgdir/" install
+}
+
diff --git a/~fauno/notmuch/PKGBUILD b/~fauno/notmuch/PKGBUILD
index 6e9c92ea4..c4513a89e 100644
--- a/~fauno/notmuch/PKGBUILD
+++ b/~fauno/notmuch/PKGBUILD
@@ -4,27 +4,29 @@
pkgname=notmuch
pkgver=0.11.1
-pkgrel=1
+pkgrel=2
pkgdesc="Notmuch is not much of an email program"
arch=(i686 x86_64 mips64el)
url="http://notmuchmail.org/"
license=('GPL3')
-depends=('xapian-core' 'gmime' 'talloc')
-makedepends=('python2' 'emacs-nox' 'gnupg' 'ruby' 'pkgconfig')
+depends=('xapian-core' 'gmime24' 'talloc')
+makedepends=('python2' 'emacs-nox' 'gnupg' 'ruby' 'pkgconfig' 'git')
optdepends=('emacs: for using the emacs interface'
'vim: for using the vim interface'
'python2: for using the python bindings'
'ruby: for using the ruby bindings'
'gnupg: for email encryption')
-source=("https://repo.parabolagnulinux.org/other/${pkgname}-${pkgver}-${pkgrel}-any.src.tar.xz"
- # "http://notmuchmail.org/releases/${pkgname}-${pkgver}.tar.gz"
- )
-
+source=(
+ # "https://repo.parabolagnulinux.org/other/${pkgname}-${pkgver}-${pkgrel}-any.src.tar.xz"
+ "http://notmuchmail.org/releases/${pkgname}-${pkgver}.tar.gz"
+)
+md5sums=('e78e0a2a99177f5b0edf472baa6f1128')
+# md5sums=('764abeb6e277c4c03bd64914c72d89a8')
build() {
cd "$srcdir/${pkgname}-${pkgver}"
./configure --prefix=/usr --sysconfdir=/etc
- make
+ make
cd bindings/ruby
ruby extconf.rb
@@ -62,7 +64,5 @@ package(){
sed -i -e 's,/site_ruby,,g' Makefile
make prefix=${pkgdir}/usr install
}
-md5sums=('764abeb6e277c4c03bd64914c72d89a8'
- '886b9fed1326c82aa223b0cfaf717522'
- 'e36987a69d0c1e57570f5a854054a729')
-md5sums=('764abeb6e277c4c03bd64914c72d89a8')
+
+