summaryrefslogtreecommitdiff
path: root/community/par2cmdline
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/par2cmdline
parent0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff)
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/par2cmdline')
-rw-r--r--community/par2cmdline/PKGBUILD34
1 files changed, 0 insertions, 34 deletions
diff --git a/community/par2cmdline/PKGBUILD b/community/par2cmdline/PKGBUILD
deleted file mode 100644
index 127c4256a..000000000
--- a/community/par2cmdline/PKGBUILD
+++ /dev/null
@@ -1,34 +0,0 @@
-# $Id: PKGBUILD 63354 2012-01-31 06:44:37Z seblu $
-# Maintainer: Sébastien Luttringer <seblu@aur.archlinux.org
-# Contributor: BlackEagle < ike DOT devolder AT gmail DOT com >
-
-pkgname=par2cmdline
-pkgver=0.5.4
-pkgrel=1
-pkgdesc='A PAR 2.0 compatible file verification and repair tool'
-url='https://github.com/BlackIkeEagle/par2cmdline'
-license=('GPL2')
-arch=('i686' 'x86_64')
-source=("https://github.com/downloads/BlackIkeEagle/$pkgname/$pkgname-$pkgver.tar.xz")
-md5sums=('96b4fb91859c0214d2c562636abea3af')
-
-build() {
- cd ${pkgname}-${pkgver}
- aclocal
- automake --add-missing
- autoconf
- ./configure --prefix=/usr
- make
-}
-
-check() {
- cd ${pkgname}-${pkgver}
- make check
-}
-
-package() {
- cd ${pkgname}-${pkgver}
- make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 ft=sh et: