diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2013-12-27 23:55:53 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2013-12-27 23:55:53 +0000 |
commit | 65eeff79fff8a1bfdf67ca51d147384f46f4d5c0 (patch) | |
tree | fbfdff322b28d9a3c37e6e31c94caf1d8e48dac1 /community/setconf/PKGBUILD | |
parent | d53c44f055929b18d7d1b25f8367ee5836c435fc (diff) |
Fri Dec 27 23:54:04 UTC 2013
Diffstat (limited to 'community/setconf/PKGBUILD')
-rw-r--r-- | community/setconf/PKGBUILD | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/community/setconf/PKGBUILD b/community/setconf/PKGBUILD deleted file mode 100644 index 8d4792483..000000000 --- a/community/setconf/PKGBUILD +++ /dev/null @@ -1,29 +0,0 @@ -# $Id: PKGBUILD 89955 2013-05-06 09:59:45Z arodseth $ -# Maintainer: Alexander Rødseth <rodseth@gmail.com> - -pkgname=setconf -pkgver=0.5.3 -pkgrel=4 -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" - - 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: |