summaryrefslogtreecommitdiff
path: root/libre/libretools/PKGBUILD
diff options
context:
space:
mode:
authorNicolás Reynolds <apoyosis@correo.inta.gob.ar>2012-01-03 12:07:28 -0300
committerNicolás Reynolds <apoyosis@correo.inta.gob.ar>2012-01-03 12:07:28 -0300
commit41f96635759489132086f9c599af6b6b8af20db2 (patch)
treed2e5bb1996af265637ddab938b5a79d9af004c56 /libre/libretools/PKGBUILD
parentdf7d8525f2e848a9a6b1f317c1426982b464adea (diff)
parent6f87594cae18e4ec676280e40b38984ea3bc39e6 (diff)
Merge branch 'master' of ssh://gparabola/abslibre
Diffstat (limited to 'libre/libretools/PKGBUILD')
-rw-r--r--libre/libretools/PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/libre/libretools/PKGBUILD b/libre/libretools/PKGBUILD
index 4eafae894..ecbba4e47 100644
--- a/libre/libretools/PKGBUILD
+++ b/libre/libretools/PKGBUILD
@@ -3,14 +3,14 @@
pkgbase=libretools
pkgname=(libretools libretools-pr libretools-mips64el)
-pkgver=$(date -u +%Y%m%d)
-pkgrel=1
+pkgver=20111231
+pkgrel=2
pkgdesc="Scripts for easing Parabola's tasks"
arch=('any')
url="http://parabolagnulinux.org"
license=('GPL3+')
depends=(openssh rsync git wget)
-optdepends=(devtools)
+optdepends=('devtools: For chroot (libremkchroot, librechroot, libremakepkg)')
makedepends=(git)
backup=(etc/libretools.conf)
install=libretools.install
@@ -56,6 +56,7 @@ package_libretools() {
install -m755 ${_gitname}/librecommit ${pkgdir}/usr/bin/
install -m755 ${_gitname}/librediff ${pkgdir}/usr/bin/
install -m755 ${_gitname}/libremessages ${pkgdir}/usr/bin/
+ install -m755 ${_gitname}/libremkchroot ${pkgdir}/usr/bin
install -m755 ${_gitname}/librerelease ${pkgdir}/usr/bin/
install -m755 ${_gitname}/librerepkg ${pkgdir}/usr/bin
install -m755 ${_gitname}/librestage ${pkgdir}/usr/bin/