CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
fltk2: Updated to version r7513.
[attic/ports/opt-cross.git] / ctorrent / Pkgfile
CommitLineData
e061f855
VM
1# Description: Enhanced CTorrent is a BitTorrent client for unix-like environments
2# URL: http://sourceforge.net/projects/dtorrent/
3# Maintainer: Victor Martinez, pitillo at ono dot com
38b50d66 4# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
e061f855
VM
5# Depends on:
6
7name=ctorrent
8version=3.3.2
9release=1
10source=(http://dl.sourceforge.net/project/dtorrent/dtorrent/$version/ctorrent-dnh3.3.2.tar.gz)
11
12build() {
13 cd ctorrent-dnh3.3.2
14 ./configure --build=$CHOST \
15 --host=$CTARGET \
16 --disable-nls \
17 --prefix=/usr \
18 --mandir=/usr/man
19 make
20 make DESTDIR=$PKG install
21}