From 7e8ab04ea8040c8283f29e238a96d971695d12cd Mon Sep 17 00:00:00 2001 From: Ting-Wei Lan Date: Thu, 18 Jul 2013 00:37:12 +0800 Subject: guix: 0.2 -> 0.3 --- guix/.SRCINFO | 8 ++++---- guix/PKGBUILD | 28 ++++++++++++---------------- 2 files changed, 16 insertions(+), 20 deletions(-) diff --git a/guix/.SRCINFO b/guix/.SRCINFO index 7587ec8..c8cf546 100644 --- a/guix/.SRCINFO +++ b/guix/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = guix pkgdesc = GNU guix is a purely functional package manager - pkgver = 0.2 - pkgrel = 2 + pkgver = 0.3 + pkgrel = 1 url = https://www.gnu.org/software/guix/ arch = x86_64 arch = i686 @@ -10,8 +10,8 @@ pkgbase = guix depends = sqlite>=3.6.19 depends = bzip2 depends = libgcrypt - source = ftp://alpha.gnu.org/gnu/guix/guix-0.2.tar.gz - md5sums = 4bdbbd736d0bbcb6cd7e28220c4ea1fe + source = ftp://alpha.gnu.org/gnu/guix/guix-0.3.tar.gz + md5sums = 1112e55273ce47cb89ccbdedb2d431f6 pkgname = guix diff --git a/guix/PKGBUILD b/guix/PKGBUILD index 5375e22..cf55ce3 100644 --- a/guix/PKGBUILD +++ b/guix/PKGBUILD @@ -2,36 +2,32 @@ # Modified from guix-git 20130119 PKGBUILD pkgname=guix -pkgver=0.2 -pkgrel=2 +pkgver=0.3 +pkgrel=1 pkgdesc="GNU guix is a purely functional package manager" arch=('x86_64' 'i686') url="https://www.gnu.org/software/guix/" license=('GPL') depends=('guile>=2.0.5' 'sqlite>=3.6.19' 'bzip2' 'libgcrypt') makedepends=() -source=('ftp://alpha.gnu.org/gnu/guix/guix-0.2.tar.gz') -md5sums=('4bdbbd736d0bbcb6cd7e28220c4ea1fe') +source=("ftp://alpha.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz") +md5sums=('1112e55273ce47cb89ccbdedb2d431f6') build() { current_arch="`uname -m`" cd ${srcdir}/${pkgname}-${pkgver} - ./configure --prefix=/usr --localstatedir=/var \ + ./configure --prefix=/usr --localstatedir=/var \ --disable-rpath --with-system=${current_arch}-linux - make + make } -# guix-0.2 cannot pass all tests because of some strange problems. -# eg. build.sh or bipvm5958i36 not found - -#check() { -# cd ${srcdir}/${pkgname}-${pkgver} -# make -k -j1 check -#} +check() { + cd ${srcdir}/${pkgname}-${pkgver} + make -k -j1 chec +} package() { cd ${srcdir}/${pkgname}-${pkgver} - make DESTDIR="${pkgdir}" install -# only required if enabling check() -# chmod -R u+w test-tmp + make DESTDIR="${pkgdir}" install + chmod -R u+w test-tmp } -- cgit v1.2.3