summaryrefslogtreecommitdiff
path: root/community/ccrtp/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/ccrtp/PKGBUILD')
-rw-r--r--community/ccrtp/PKGBUILD30
1 files changed, 0 insertions, 30 deletions
diff --git a/community/ccrtp/PKGBUILD b/community/ccrtp/PKGBUILD
deleted file mode 100644
index 061bb0488..000000000
--- a/community/ccrtp/PKGBUILD
+++ /dev/null
@@ -1,30 +0,0 @@
-# $Id: PKGBUILD 70714 2012-05-15 11:37:10Z spupykin $
-# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
-# Contributor: Jeff Mickey <jeff@archlinux.org>
-# Contributor: John Proctor <jproctor@prium.net>
-# Contributor: Alexander Rødseth <rodseth@gmail.com>
-
-pkgname=ccrtp
-pkgver=2.0.3
-pkgrel=1
-pkgdesc="GNU ccRTP"
-arch=('i686' 'x86_64')
-url="http://www.gnu.org/software/ccrtp/"
-license=('GPL' 'custom')
-depends=('zlib' 'libxml2' 'libgcrypt' 'ucommon')
-options=('!libtool')
-install=$pkgname.install
-source=("ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz")
-sha256sums=('365feddd276c78104600204ae6db4e76c66036df1e5b905e855239daac6a2473')
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
- ./configure --prefix=/usr --mandir=/usr/share/man
- make
-}
-
-package() {
- cd "$srcdir/$pkgname-$pkgver"
- make DESTDIR="$pkgdir" install
- install -Dm644 COPYING.addendum "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}