summaryrefslogtreecommitdiff
path: root/libre/libretools
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2012-11-13 00:59:50 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2012-11-13 00:59:50 -0500
commit41e7c35e69c20a899f7517eef3d278c7202b40a9 (patch)
tree30ab534dafdd49202d8ea4489cca607764f41a4f /libre/libretools
parent7d30edc38ea37004622ab28dc39a6ce7e210f44f (diff)
update libre/libretools
Diffstat (limited to 'libre/libretools')
-rw-r--r--libre/libretools/PKGBUILD12
-rw-r--r--libre/libretools/libretools.install8
2 files changed, 10 insertions, 10 deletions
diff --git a/libre/libretools/PKGBUILD b/libre/libretools/PKGBUILD
index 6efc06b90..bd1d8e59f 100644
--- a/libre/libretools/PKGBUILD
+++ b/libre/libretools/PKGBUILD
@@ -4,15 +4,14 @@
pkgbase=libretools
pkgname=(libretools libretools-pr libretools-mips64el)
-pkgver=20121107
+pkgver=20121113
pkgdesc="Scripts for Parabola development"
-url="http://parabolagnulinux.org"
+url="https://projects.parabolagnulinux.org/libretools.git/"
license=('GPL3+')
pkgrel=1
arch=('any')
-depends=(openssh rsync git wget devtools)
-install=libretools.install
+depends=(openssh rsync git wget devtools tokyocabinet)
source=(https://projects.parabolagnulinux.org/$pkgbase.git/snapshot/$pkgbase-$pkgver.tar.bz2)
build() {
@@ -22,6 +21,7 @@ build() {
package_libretools() {
backup=(etc/libretools.conf)
+ install=libretools.install
cd "$srcdir/$pkgbase-$pkgver"
make install-libretools DESTDIR="$pkgdir"
@@ -29,6 +29,7 @@ package_libretools() {
}
package_libretools-pr() {
+ pkgdesc="Scripts for Parabola development (pr)"
backup=('etc/libretools.d/prtools.conf')
cd "$srcdir/$pkgbase-$pkgver"
@@ -36,10 +37,11 @@ package_libretools-pr() {
}
package_libretools-mips64el() {
+ pkgdesc="Scripts for Parabola development (for mips64el architecture)"
backup=('etc/libretools.d/mips64el.conf')
cd "$srcdir/$pkgbase-$pkgver"
make install-libretools-mips64el DESTDIR="$pkgdir"
}
-md5sums=('d80cc433cc627b2d7aa1c37f794d2ef9')
+md5sums=('966fb9828f55f58e2aa974065e726621')
diff --git a/libre/libretools/libretools.install b/libre/libretools/libretools.install
index 69a0f2467..70151e988 100644
--- a/libre/libretools/libretools.install
+++ b/libre/libretools/libretools.install
@@ -7,22 +7,20 @@ Please check http://wiki.parabolagnulinux.org/Package_maintainer_guide
and follow instructions there before using libretools.
If you plan using fullpkg you should read http://wiki.parabolagnulinux.org/fullpkg
-and install libretools-$arch if avaliable
+and install libretools-\$arch if avaliable
EOF
- update-cleansystem
}
## arg 1: the new package version
## arg 2: the old package version
post_upgrade() {
cat <<EOF
-Check your /etc/libretools.conf
+Check your /etc/libretools.conf, it has changed substantially.
-If using fullpkg, you should install libretools-$arch if avaliable
+If using fullpkg, you should install libretools-\$arch if avaliable
EOF
- update-cleansystem
}
# vim:set ts=2 sw=2 et: