summaryrefslogtreecommitdiff
path: root/community/setconf/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2011-11-30 23:15:09 +0000
committerroot <root@rshg054.dnsready.net>2011-11-30 23:15:09 +0000
commitfd115d7057eb8243df6edfaf1ed440d6f3e70692 (patch)
tree0a32bcfa47c11eb3e1127b1de196fb6385ed8723 /community/setconf/PKGBUILD
parent946f0c9fe48dfb648a8a0be065e92f237ce210fd (diff)
Wed Nov 30 23:15:09 UTC 2011
Diffstat (limited to 'community/setconf/PKGBUILD')
-rw-r--r--community/setconf/PKGBUILD20
1 files changed, 10 insertions, 10 deletions
diff --git a/community/setconf/PKGBUILD b/community/setconf/PKGBUILD
index 27a2eb3a9..ba7b6d89a 100644
--- a/community/setconf/PKGBUILD
+++ b/community/setconf/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id$
+# $Id: PKGBUILD 59692 2011-11-29 12:22:12Z arodseth $
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
pkgname=setconf
pkgver=0.2
-pkgrel=7
+pkgrel=8
pkgdesc="A utility to easily change settings in Makefiles and other configuration files"
arch=('x86_64' 'i686')
url="http://setconf.roboticoverlords.org/"
@@ -10,23 +10,23 @@ license=('GPL')
depends=('pcre' 'gc')
makedepends=('shedskin>=0.1.2')
md5sums=('ccd0ca9527d8406d5393d77a6a56686b')
-source=("http://${pkgname}.roboticoverlords.org/${pkgname}-${pkgver}.tbz2")
+source=("http://setconf.roboticoverlords.org/$pkgname-$pkgver.tbz2")
build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
+ cd "$srcdir/$pkgname-$pkgver"
- shedskin ${pkgname}.py
+ shedskin "$pkgname.py"
make CPPFLAGS="-march=native -fomit-frame-pointer"
}
package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
+ cd "$srcdir/$pkgname-$pkgver"
- install -Dm755 "${pkgname}" "$pkgdir/usr/bin/${pkgname}"
- install -Dm644 "${pkgname}.1.gz" \
- "$pkgdir/usr/share/man/man1/${pkgname}.1.gz"
+ install -Dm755 "$pkgname" "$pkgdir/usr/bin/$pkgname"
+ install -Dm644 "$pkgname.1.gz" \
+ "$pkgdir/usr/share/man/man1/$pkgname.1.gz"
install -Dm644 COPYING \
- "$pkgdir/usr/share/licenses/${pkgname}/COPYING"
+ "$pkgdir/usr/share/licenses/$pkgname/COPYING"
}
# vim:set ts=2 sw=2 et: