diff options
author | Parabola <dev@list.parabolagnulinux.org> | 2012-05-28 20:14:47 +0000 |
---|---|---|
committer | Parabola <dev@list.parabolagnulinux.org> | 2012-05-28 20:14:47 +0000 |
commit | edec45419def1b81bd663a2859684ef55ba56269 (patch) | |
tree | caa3c2d5f4e55b38e7740a39d80a21507679c586 /community/ccrtp/PKGBUILD | |
parent | 483f7de4ab6a706517279a24d2efc969f4a1996d (diff) |
Mon May 28 20:14:39 UTC 2012
Diffstat (limited to 'community/ccrtp/PKGBUILD')
-rw-r--r-- | community/ccrtp/PKGBUILD | 30 |
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" -} |