mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
removed community/setconf
This commit is contained in:
parent
b69706c29d
commit
e86dcdd3d0
1 changed files with 0 additions and 37 deletions
|
@ -1,37 +0,0 @@
|
|||
# $Id: PKGBUILD 89807 2013-05-02 13:36:01Z arodseth $
|
||||
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
|
||||
|
||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
# - revert the retard x86-restricted if statement around makedepends
|
||||
|
||||
pkgname=setconf
|
||||
pkgver=0.5.3
|
||||
pkgrel=3.1
|
||||
pkgdesc='Utility to easily change settings in configuration files or Makefiles'
|
||||
arch=('x86_64' 'i686')
|
||||
url='http://setconf.roboticoverlords.org/'
|
||||
license=('GPL2')
|
||||
depends=('pcre' 'gc')
|
||||
makedepends=('shedskin')
|
||||
source=("http://setconf.roboticoverlords.org/$pkgname-$pkgver.tar.xz")
|
||||
sha256sums=('f063b308bcebefe139418587527262ffce776584b1952224ec9a41d0562d55b6')
|
||||
|
||||
build() {
|
||||
cd "$srcdir/$pkgname-$pkgver"
|
||||
|
||||
shedskin "$pkgname.py" && make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$srcdir/$pkgname-$pkgver"
|
||||
|
||||
if [ -e "$pkgname" ]; then
|
||||
install -Dm755 "$pkgname" "$pkgdir/usr/bin/$pkgname"
|
||||
else
|
||||
depends=('python')
|
||||
install -Dm755 "$pkgname.py" "$pkgdir/usr/bin/$pkgname"
|
||||
fi
|
||||
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