[arch-commits] Commit in haskell-ghc-paths/trunk (PKGBUILD)
Alexander Rødseth
arodseth at nymeria.archlinux.org
Fri Oct 25 16:17:46 UTC 2013
Date: Friday, October 25, 2013 @ 18:17:45
Author: arodseth
Revision: 99205
static lib TODO
Modified:
haskell-ghc-paths/trunk/PKGBUILD (contents, properties)
----------+
PKGBUILD | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2013-10-25 15:30:15 UTC (rev 99204)
+++ PKGBUILD 2013-10-25 16:17:45 UTC (rev 99205)
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 68685 2012-03-31 16:54:07Z arodseth $
+# $Id$
# Maintainer: Alexander Rødseth <rodseth at gmail.com>
# Contributor: Arch Haskell Team <arch-haskell at haskell.org>
pkgname=haskell-ghc-paths
pkgver=0.1.0.9
-pkgrel=2
+pkgrel=3
pkgdesc="Knowledge of GHC's installation directories"
url='http://hackage.haskell.org/package/ghc-paths'
license=('custom:BSD3')
@@ -12,10 +12,11 @@
depends=('ghc=7.6.3-1')
source=("http://hackage.haskell.org/packages/archive/ghc-paths/$pkgver/ghc-paths-$pkgver.tar.gz")
install="$pkgname.install"
+options=('staticlibs')
sha256sums=('afa68fb86123004c37c1dc354286af2d87a9dcfb12ddcb80e8bd0cd55bc87945')
build() {
- cd "$srcdir/ghc-paths-$pkgver"
+ cd "ghc-paths-$pkgver"
runhaskell Setup configure -O -p --enable-split-objs --enable-shared \
--prefix=/usr --docdir="/usr/share/doc/$pkgname" \
@@ -28,7 +29,7 @@
}
package() {
- cd "$srcdir/ghc-paths-$pkgver"
+ cd "ghc-paths-$pkgver"
install -Dm 744 register.sh \
"$pkgdir/usr/share/haskell/$pkgname/register.sh"
Property changes on: haskell-ghc-paths/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
More information about the arch-commits
mailing list