diff options
Diffstat (limited to 'community/haskell-tar/PKGBUILD')
-rw-r--r-- | community/haskell-tar/PKGBUILD | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/community/haskell-tar/PKGBUILD b/community/haskell-tar/PKGBUILD index e7e830647..eab40145f 100644 --- a/community/haskell-tar/PKGBUILD +++ b/community/haskell-tar/PKGBUILD @@ -1,12 +1,12 @@ -# $Id: PKGBUILD 77797 2012-10-14 20:10:04Z arodseth $ +# $Id: PKGBUILD 84012 2013-02-08 04:15:43Z td123 $ # Maintainer: Alexander Rødseth <rodseth@gmail.com> # Contributor: Arch Haskell Team <arch-haskell@haskell.org> pkgname=haskell-tar pkgver=0.4.0.1 -pkgrel=1 -pkgdesc="Reading, writing and manipulating tar archive files" -url="http://hackage.haskell.org/package/tar" +pkgrel=2 +pkgdesc='Reading, writing and manipulating tar archive files' +url='http://hackage.haskell.org/package/tar' license=('custom:BSD3') arch=('i686' 'x86_64' 'mips64el') depends=('ghc=7.6.1-1') @@ -15,7 +15,7 @@ install=haskell-tar.install sha256sums=('a408274d8325f4e3144c5aa154d72f1ee7b0a7342570fd6805e3be3fe0d97a6d') build() { - cd $srcdir/tar-$pkgver + cd "$srcdir/tar-$pkgver" runhaskell Setup configure -O -p --enable-split-objs --enable-shared \ --prefix=/usr --docdir="/usr/share/doc/$pkgname" \ @@ -28,7 +28,7 @@ build() { } package() { - cd $srcdir/tar-$pkgver + cd "$srcdir/tar-$pkgver" install -Dm 744 register.sh \ $pkgdir/usr/share/haskell/$pkgname/register.sh |