updated on Wed Jan 25 08:34:36 UTC 2012
[aur-mirror.git] / buildtorrent / PKGBUILD
blob0ae6e8fa348b59a6e8bf6d93e4304c340086d637
1 # Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
2 # Contributor: Nathan Owe. ndowens04 at gmail dot com
4 pkgname=buildtorrent
5 pkgver=0.7.1
6 pkgrel=1
7 pkgdesc="A simple commandline torrent creator"
8 arch=('i686' 'x86_64')
9 url="http://claudiusmaximus.goto10.org/cm/2008-04-13_buildtorrent-0.7_released.html"
10 license=('GPL')
11 depends=('glibc')
12 source=(http://claudiusmaximus.goto10.org/files/coding/$pkgname/$pkgname-0.7-1.tar.gz)
13 md5sums=('041a374dd0949140e4ae3a2aede3e274') 
15 build() {
16   cd ${srcdir}/$pkgname-0.7-1
18   ./configure --prefix=/usr
19   make
22 package() {
23   cd ${srcdir}/$pkgname-0.7-1
25   make DESTDIR=${pkgdir} install