diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-03-19 04:05:50 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-03-19 04:05:50 +0000 |
commit | 8640bbf496b9d8a232da91e1db43466797f86861 (patch) | |
tree | fcbf174dda4dcdb7026fd6155851740ed939878f /community/sfk | |
parent | bb37a4ecb6bee92615f1312d9907129490105052 (diff) |
Wed Mar 19 03:59:18 UTC 2014
Diffstat (limited to 'community/sfk')
-rw-r--r-- | community/sfk/PKGBUILD | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/community/sfk/PKGBUILD b/community/sfk/PKGBUILD deleted file mode 100644 index c5ca26769..000000000 --- a/community/sfk/PKGBUILD +++ /dev/null @@ -1,27 +0,0 @@ -# $Id: PKGBUILD 105651 2014-02-13 00:44:20Z seblu $ -# Maintainer: Sébastien Luttringer -# Contributor: Baumi <baumi@gmx.com> - -pkgname=sfk -pkgver=1.7.0 -pkgrel=1 -pkgdesc='Swiss File Knife - A Command Line Tools Collection' -arch=('i686' 'x86_64') -url='http://stahlforce.com/dev/?tool=sfk' -license=('custom: BSD') -depends=('gcc-libs') -source=("http://downloads.sourceforge.net/swissfileknife/${pkgname}${pkgver//./}.zip") -md5sums=('325842e02ca7db504deace76b6375861') - -build() { - cd ${pkgname}${pkgver//./} - g++ $CXXFLAGS $LDFLAGS sfk.cpp sfknet.cpp patch.cpp inst.cpp -o $pkgname -} - -package() { - cd ${pkgname}${pkgver//./} - install -D -m755 $pkgname "$pkgdir/usr/bin/$pkgname" - install -D -m444 bsd-license.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE" -} - -# vim:set ts=2 sw=2 et: |