summaryrefslogtreecommitdiff
path: root/community/xtmsplit/PKGBUILD
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/xtmsplit/PKGBUILD
parent0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff)
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/xtmsplit/PKGBUILD')
-rw-r--r--community/xtmsplit/PKGBUILD27
1 files changed, 0 insertions, 27 deletions
diff --git a/community/xtmsplit/PKGBUILD b/community/xtmsplit/PKGBUILD
deleted file mode 100644
index c1d0c5a70..000000000
--- a/community/xtmsplit/PKGBUILD
+++ /dev/null
@@ -1,27 +0,0 @@
-# $Id: PKGBUILD 67921 2012-03-16 09:56:53Z giovanni $
-# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
-# Contributor: Geoffroy Carrier <geoffroy.carrier@koon.fr>
-
-pkgname=xtmsplit
-pkgver=0.2
-pkgrel=3
-pkgdesc="Xtremsplit-compliant file splitter/merger"
-arch=('i686' 'x86_64')
-url="http://www.software.caelistis.be/"
-license=('GPL')
-depends=('glibc')
-source=(http://www.software.caelistis.be/$pkgname-$pkgver.tar.gz)
-md5sums=('e284694d67d5715b3a8cb46222bcc789')
-
-build() {
- cd ${srcdir}/$pkgname
-
- ./configure --prefix=/usr
- make
-}
-
-package() {
- cd ${srcdir}/$pkgname
-
- make DESTDIR="$pkgdir" install
-}