diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-05-28 17:30:46 -0600 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-05-28 17:30:46 -0600 |
commit | 03121eb4568287e76a54d318073dd263ef298738 (patch) | |
tree | 7384979749384a47ba27a1952146bf68ec748d24 /libre-testing | |
parent | 073f4f7086c9dae3618e1b9ca0eff1dbdcfa0464 (diff) |
update libre-testing/libretools; add check()
checkdepends=(sh-roundup) which is not packaged yet. It's easy to install
if you don't want to do it right. I'll get it pushed by the end of the
day.
Diffstat (limited to 'libre-testing')
-rw-r--r-- | libre-testing/libretools/PKGBUILD | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/libre-testing/libretools/PKGBUILD b/libre-testing/libretools/PKGBUILD index 4a459ffdc..4cc908d67 100644 --- a/libre-testing/libretools/PKGBUILD +++ b/libre-testing/libretools/PKGBUILD @@ -8,9 +8,9 @@ pkgdesc="Programs for Parabola development" url="https://projects.parabolagnulinux.org/packages/libretools.git/" license=('GPL3' 'GPL2') -pkgver=20130522 -_libretools_commit=379ff751c59d528bd4f1a8e7a24fc039e8e408ba -_devtools_commit=89d15e7697da2169493142f78a90b57a784d8f22 +pkgver=20130528 +_libretools_commit=25bd327ad06d0497e9888ebc7c4bbbd6cab11f12 +_devtools_commit=d197eacf8b7aba0796a0f6ac6ac1667564bd614e _packages_url=https://projects.parabolagnulinux.org/packages source=($_packages_url/libretools.git/snapshot/libretools-$_libretools_commit.tar.bz2 @@ -19,6 +19,7 @@ source=($_packages_url/libretools.git/snapshot/libretools-$_libretools_commit.ta pkgrel=1 arch=('any') makedepends=(emacs) # emacs --batch is used during the build to process text +checkdepends=(sh-roundup) build() { cd "$srcdir" @@ -27,6 +28,11 @@ build() { make build-libretools build-libretools-mips64el build-doc } +check() { + cd "$srcdir/$pkgbase-$_libretools_commit" + make check +} + package_libretools() { backup=(etc/libretools.conf etc/libretools.d/chroot.conf etc/libretools.d/librefetch.conf) install=libretools.install @@ -57,5 +63,5 @@ package_libretools-mips64el() { make install-libretools-mips64el DESTDIR="$pkgdir" } -md5sums=('1fac1e8166cc5b686ed3fe6d99588c21' - '21d77c519a7496185c40399d1cfa26bf') +md5sums=('bfe855aaa86f276fe1179d2d08b8d394' + '05b987e6b39c963154489ac6d01d0965') |