PKGBUILDs/extra/gift/PKGBUILD

22 lines
607 B
Bash
Raw Normal View History

2009-10-10 02:23:22 +00:00
# $Id: PKGBUILD 948 2008-04-25 00:37:07Z kevin $
# Maintainer: Kevin <kevin@archlinux.org>
# Contributor: Sarah Hay <sarahhay@mb.sympatico.ca>
pkgname=gift
pkgver=0.11.8.1
pkgrel=4
pkgdesc="A bridge between P2P protocols and front-ends."
arch=(i686 x86_64)
license=('GPL')
depends=('libvorbis' 'libtool>=2.2' 'perl')
source=(http://dl.sourceforge.net/sourceforge/gift/$pkgname-$pkgver.tar.bz2)
md5sums=('1c70477af403af142359d07ee4a03348')
url="http://gift.sourceforge.net"
build() {
cd $startdir/src/$pkgname-$pkgver
./configure --prefix=/usr
make || return 1
make DESTDIR=$startdir/pkg install
}