summaryrefslogtreecommitdiff
path: root/gnu/gnun/PKGBUILD
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2012-01-04 12:05:33 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2012-01-04 12:05:33 -0300
commit572db5155dc23eb1c4f65736b9ca5507eed6fbd2 (patch)
tree687a7c5627b76004103420d1575528fbfc0ff4b7 /gnu/gnun/PKGBUILD
parentca2e05bb7791418f2af678704160d56d8184a21a (diff)
parentd1d68784dc66793601c239fa64cc0e02ebd9444e (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: kde-unstable/kdemultimedia/PKGBUILD libre/mplayer-libre/PKGBUILD social/diaspora-git/PKGBUILD staging/php/PKGBUILD staging/redland/PKGBUILD
Diffstat (limited to 'gnu/gnun/PKGBUILD')
-rw-r--r--gnu/gnun/PKGBUILD31
1 files changed, 31 insertions, 0 deletions
diff --git a/gnu/gnun/PKGBUILD b/gnu/gnun/PKGBUILD
new file mode 100644
index 000000000..00b5b8116
--- /dev/null
+++ b/gnu/gnun/PKGBUILD
@@ -0,0 +1,31 @@
+# Maintainer: Nicolás Reynolds <fauno@kiwwwi.com.ar>
+#
+
+pkgname=gnun
+pkgver=0.4
+pkgrel=1
+arch=('any')
+license=('GPL3')
+pkgdesc="Build system for gnu.org translations"
+url="http://www.gnu.org/software/gnun/"
+depends=('guile' 'po4a' 'libxml2')
+makedepends=('heirloom-mailx' 'cvs' 'svn')
+optdepends=('cvs: for CVS support'
+ 'subversion: for Subversion support')
+source=(http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.sig})
+md5sums=('3baf8a16cc017e6335e65975c7223ac8'
+ '9bd1bada0b07154cf3e1c1cf937194e7')
+
+build() {
+ cd ${srcdir}/${pkgname}-${pkgver}
+
+ ./configure --prefix=/usr --libexecdir=/usr/lib
+
+ make
+}
+
+package() {
+ cd ${srcdir}/${pkgname}-${pkgver}
+
+ make DESTDIR=${pkgdir} install install-info
+}