summaryrefslogtreecommitdiff
path: root/libre/libretools
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2011-12-31 17:57:53 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2011-12-31 17:57:53 -0500
commitfe4ca121b1530babb153e868e4d5e3f0bec96858 (patch)
treef4e056613efb6342f4997102dc4921124d889911 /libre/libretools
parentff9c5077503b3a9b22be57b073d1d77bb959bb04 (diff)
update libre/libretools: take advantage of makepkg auto-updating pkgver, add libremkchroot
Diffstat (limited to 'libre/libretools')
-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/