[arch-commits] Commit in datefudge/trunk (PKGBUILD)
andyrtr at archlinux.org
andyrtr at archlinux.org
Sun Nov 11 16:16:51 UTC 2012
Date: Sunday, November 11, 2012 @ 11:16:50
Author: andyrtr
Revision: 170795
upgpkg: datefudge 1.17-1
upstream update 1.17; initial Arch package required by gnutls
Modified:
datefudge/trunk/PKGBUILD
----------+
PKGBUILD | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2012-11-11 15:30:37 UTC (rev 170794)
+++ PKGBUILD 2012-11-11 16:16:50 UTC (rev 170795)
@@ -9,18 +9,19 @@
arch=('i686' 'x86_64')
url="http://packages.qa.debian.org/d/datefudge.html"
license=('GPL2')
-depends=('glibc')
-source=(mirror://debian/pool/main/d/$pkgname/$pkgname)
+depends=('sh')
+source=(http://ftp.de.debian.org/debian/pool/main/d/$pkgname/${pkgname}_${pkgver}.tar.gz)
+md5sums=('d306e183ea3fdbde088ebd523f6387c5')
build() {
cd "$srcdir/$pkgname-$pkgver"
- ./configure --prefix=/usr
+ #./configure --prefix=/usr
make
}
check() {
cd "$srcdir/$pkgname-$pkgver"
- make -k check
+ make test
}
package() {
More information about the arch-commits
mailing list