summaryrefslogtreecommitdiff
path: root/libre/libretools
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2012-12-09 17:00:18 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2012-12-09 17:00:18 -0500
commit918b51b44f8d1a299f7f0fbce1f58491804c9f80 (patch)
tree92de202fcfc6cae67c50c9d787ca7ad421096d07 /libre/libretools
parent889356fb096ccf92488629067f8642969c91762f (diff)
update libretools+chroottools
Diffstat (limited to 'libre/libretools')
-rw-r--r--libre/libretools/PKGBUILD16
1 files changed, 4 insertions, 12 deletions
diff --git a/libre/libretools/PKGBUILD b/libre/libretools/PKGBUILD
index 01d835b1a..a5d718ad1 100644
--- a/libre/libretools/PKGBUILD
+++ b/libre/libretools/PKGBUILD
@@ -3,8 +3,8 @@
# Contributor: fauno <fauno@kiwwwi.com.ar>
pkgbase=libretools
-pkgname=(libretools libretools-pr libretools-mips64el)
-pkgver=20121128.3
+pkgname=(libretools libretools-mips64el)
+pkgver=20121209
pkgdesc="Programs for Parabola development"
url="https://projects.parabolagnulinux.org/libretools.git/"
license=('GPL3+' 'GPL2')
@@ -12,7 +12,7 @@ license=('GPL3+' 'GPL2')
pkgrel=1
arch=('any')
groups=(base-devel)
-depends=(openssh rsync git wget chroottools tokyocabinet)
+depends=(openssh rsync git wget 'chroottools>=20121202' tokyocabinet)
source=(https://projects.parabolagnulinux.org/$pkgbase.git/snapshot/$pkgbase-$pkgver.tar)
build() {
@@ -29,14 +29,6 @@ package_libretools() {
install -Dm755 rePKGBUILD.proto ${pkgdir}/usr/share/pacman/rePKGBUILD.proto
}
-package_libretools-pr() {
- pkgdesc="Scripts for Parabola development (pr)"
- backup=('etc/libretools.d/prtools.conf')
-
- cd "$srcdir/$pkgbase-$pkgver"
- make install-libretools-pr DESTDIR="$pkgdir"
-}
-
package_libretools-mips64el() {
pkgdesc="Scripts for Parabola development (for mips64el architecture)"
backup=('etc/libretools.d/mips64el.conf')
@@ -45,4 +37,4 @@ package_libretools-mips64el() {
make install-libretools-mips64el DESTDIR="$pkgdir"
}
-md5sums=('510f69ff043095b60f8a23ee28fd0a16')
+md5sums=('0a9bea328886b7745a513fa322f16d88')