diff options
author | root <root@rshg054.dnsready.net> | 2011-12-31 23:14:47 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-12-31 23:14:47 +0000 |
commit | 8654516201466a2dd3f3f05a6c0095e69c01715c (patch) | |
tree | a156feadd5848a424f6af944665d71aa954d01cf /libre/libretools | |
parent | 5d738f85840804ee493d267784d9cce5dc52f535 (diff) |
Sat Dec 31 23:14:47 UTC 2011
Diffstat (limited to 'libre/libretools')
-rw-r--r-- | libre/libretools/PKGBUILD | 7 |
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/ |