diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2012-02-22 23:09:46 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2012-02-22 23:09:46 -0300 |
commit | f87cdf22eb712b5b1c118f768d4ff710fc839403 (patch) | |
tree | 023ff68dc2d6efdb25a8ab8b182a14b8d6a55889 /community/cdck/PKGBUILD | |
parent | 290a8b0dd73569b6b2d9855be9638d3338c566e0 (diff) | |
parent | 1d9fb21dff6df1679e536ab672edcbbdb4cf3a15 (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community/arp-scan/PKGBUILD
community/curlftpfs/PKGBUILD
community/dtach/PKGBUILD
community/espeakup/PKGBUILD
community/g2sc/PKGBUILD
community/judy/PKGBUILD
community/python-fuse/PKGBUILD
community/sisctrl/PKGBUILD
extra/avahi/PKGBUILD
extra/kdesdk/PKGBUILD
extra/nasm/PKGBUILD
multilib/lib32-p11-kit/PKGBUILD
multilib/lib32-pixman/PKGBUILD
testing/xf86-input-synaptics/PKGBUILD
Diffstat (limited to 'community/cdck/PKGBUILD')
-rw-r--r-- | community/cdck/PKGBUILD | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/community/cdck/PKGBUILD b/community/cdck/PKGBUILD index bfe461b59..5ab3be3f2 100644 --- a/community/cdck/PKGBUILD +++ b/community/cdck/PKGBUILD @@ -1,12 +1,12 @@ -# $Id: PKGBUILD 17301 2010-05-22 18:07:33Z cbrannon $ -# Maintainer: Chris Brannon <cmbrannon79@gmail.com> +# $Id: PKGBUILD 65681 2012-02-21 21:16:27Z cbrannon $ +# Maintainer: Chris Brannon <chris@the-brannons.com> # Contributor: Abhishek Dasgupta <abhidg@gmail.com> # Previous Maintainer: Shinlun Hsieh <yngwiexx@yahoo.com.tw> # Contributor: Slash <demodevil5[at]yahoo[dot]com> pkgname=cdck pkgver=0.7.0 -pkgrel=3 +pkgrel=4 pkgdesc="A simple program to verify CD/DVD quality" arch=('i686' 'x86_64' 'mips64el') url="http://swaj.net/unix/" @@ -20,11 +20,11 @@ md5sums=('15029d54b99f2e5cf8aae28077669d3f') build() { cd "$srcdir/${pkgname}-${pkgver}" - ./configure --prefix=/usr --mandir=/usr/share/man || return 1 - make || return 1 + ./configure --prefix=/usr --mandir=/usr/share/man + PATH="/usr/bin/core_perl:$PATH" make } package() { cd "$srcdir/${pkgname}-${pkgver}" - make DESTDIR="$pkgdir" install || return 1 + make DESTDIR="$pkgdir" install } |