updated on Thu Jan 19 16:10:29 UTC 2012
[aur-mirror.git] / createtorrent / PKGBUILD
blob1b8991a6305e97ff04b72a5a23ca18e7e3f7b996
1 # Maintainer: nblock <nblock [/at\] archlinux DOT us>
2 # Contributor: pfleidi
4 pkgname=createtorrent
5 pkgver=1.1.4
6 pkgrel=4
7 pkgdesc="A small and fast command line utility for all Linux and Unix operating systems to create BitTorrent files easily."
8 url="http://asdfasdf.debian.net/~tar/freebsd/distfiles"
9 arch=('i686' 'x86_64')
10 license=('GPL')
11 depends=('openssl')
12 source=(http://asdfasdf.debian.net/~tar/freebsd/distfiles/$pkgname-$pkgver.tar.gz)
13 md5sums=('922b18eeec74ea81f22a3392e2680307')
14 sha1sums=('f96fec9b8e1daa06d180f985f58b6d57a05d262d')
16 build() {
17    cd $srcdir/$pkgname-$pkgver
18    LDFLAGS="-lssl -lcrypto -ldl -lz" ./configure --prefix=/usr
19    make
20    make DESTDIR=$pkgdir install
23 # vim:set ts=2 sw=2 et: