diff options
Diffstat (limited to 'libre/libretools')
-rw-r--r-- | libre/libretools/PKGBUILD | 12 | ||||
-rw-r--r-- | libre/libretools/libretools.install | 8 |
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: |