summaryrefslogtreecommitdiffstats
path: root/guix/PKGBUILD
blob: a760a5d35fbdd05d362aa91ef8085c8123193152 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# Maintainer: lantw44 (at) gmail (dot) com
# Modified from guix-git 20130119 PKGBUILD 

pkgname=guix
pkgver=0.4
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/${pkgname}/${pkgname}-${pkgver}.tar.gz")
md5sums=('263c0b05ac3978c98eab46ce1cd197bb')

build() {
    current_arch="`uname -m`"
    cd ${srcdir}/${pkgname}-${pkgver}
    ./configure --prefix=/usr --localstatedir=/var \
        --disable-rpath --with-system=${current_arch}-linux
    make
}

check() {
    cd ${srcdir}/${pkgname}-${pkgver}
    make -k -j1 check
}

package() {
    cd ${srcdir}/${pkgname}-${pkgver}
    make DESTDIR="${pkgdir}" install
    chmod -R u+w test-tmp
}
n> * Update to 3.1.9Sunpoet Po-Chuan Hsieh2017-10-202-4/+4 * Update to 3.1.8Sunpoet Po-Chuan Hsieh2017-07-163-5/+5 * Update to 3.1.7Sunpoet Po-Chuan Hsieh2017-07-152-4/+4 * Update to 3.1.6Sunpoet Po-Chuan Hsieh2017-07-092-4/+4 * Update to 3.1.4Sunpoet Po-Chuan Hsieh2017-05-312-4/+4 * Update to 3.1.3Sunpoet Po-Chuan Hsieh2017-04-293-8/+8 * x11/rubygem-gnome2: update to 3.1.1Steve Wills2017-03-112-4/+4 * x11/rubygem-gnome2: update to 3.1.0Steve Wills2017-01-022-3/+4 * Convert USES=gem:autoplist to USES=gem since autoplist is defaultSteve Wills2016-04-281-1/+1 * create USES=gem and update rubygem- ports to use itSteve Wills2016-04-281-2/+1 * - Update to 3.0.8Sunpoet Po-Chuan Hsieh2016-04-122-4/+3 * Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.Mathieu Arnold2016-04-011-3/+3 * Remove source and intermediate build output from intalled rubygem- portsSteve Wills2016-02-022-0/+12 * - Update to 3.0.7Sunpoet Po-Chuan Hsieh2016-01-172-5/+4 * - Update to 2.2.5Sunpoet Po-Chuan Hsieh2015-05-042-3/+6 * x11/rubygem-gnome2: update to 2.2.3Steve Wills2014-11-122-3/+3 * x11/rubygem-gnome2: update to 2.2.0Steve Wills2014-08-262-3/+3