summaryrefslogtreecommitdiff
path: root/community/sfk
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
committerroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
commit18a41d682d6e91e0d28fce23eb75292f477bd620 (patch)
treebce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/sfk
parent0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff)
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/sfk')
-rw-r--r--community/sfk/PKGBUILD27
1 files changed, 0 insertions, 27 deletions
diff --git a/community/sfk/PKGBUILD b/community/sfk/PKGBUILD
deleted file mode 100644
index 4f9e3d965..000000000
--- a/community/sfk/PKGBUILD
+++ /dev/null
@@ -1,27 +0,0 @@
-# $Id: PKGBUILD 93781 2013-07-10 08:33:37Z seblu $
-# Maintainer: Sébastien Luttringer
-# Contributor: Baumi <baumi@gmx.com>
-
-pkgname=sfk
-pkgver=1.6.8
-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=('cce2184223597cfe314ca7a5f247d1ce')
-
-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: