mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
removed community/setconf
This commit is contained in:
parent
2dfbccc0da
commit
b077a220f8
1 changed files with 0 additions and 36 deletions
|
@ -1,36 +0,0 @@
|
|||
# $Id: PKGBUILD 64356 2012-02-11 23:24:06Z allan $
|
||||
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
|
||||
|
||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
# - better flags replacement method that works for us
|
||||
|
||||
plugrel=1
|
||||
|
||||
pkgname=setconf
|
||||
pkgver=0.4
|
||||
pkgrel=1
|
||||
pkgdesc="Utility to easily change settings in Makefiles and configuration files"
|
||||
arch=('x86_64' 'i686')
|
||||
url="http://setconf.roboticoverlords.org/"
|
||||
license=('GPL')
|
||||
depends=('pcre' 'gc')
|
||||
makedepends=('shedskin>=0.9.1')
|
||||
source=("http://setconf.roboticoverlords.org/$pkgname-$pkgver.tbz2")
|
||||
sha256sums=('dca9d6e829f3247da8cb78434dd18d96f3439fc83a32626ff83d4a5c16099d31')
|
||||
|
||||
build() {
|
||||
cd "$srcdir/$pkgname-$pkgver"
|
||||
|
||||
shedskin "$pkgname.py"
|
||||
sed -i 's/-march=native/${CFLAGS}/' Makefile
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$srcdir/$pkgname-$pkgver"
|
||||
|
||||
install -Dm755 "$pkgname" "$pkgdir/usr/bin/$pkgname"
|
||||
install -Dm644 "$pkgname.1.gz" "$pkgdir/usr/share/man/man1/$pkgname.1.gz"
|
||||
}
|
||||
|
||||
# vim:set ts=2 sw=2 et:
|
Loading…
Reference in a new issue