summaryrefslogtreecommitdiffstats
path: root/kde/libktorrent/Pkgfile
blob: b8cdbec6a72fd802ecbe9a42d49abe2982d4585e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Description: Librairie pourClient Bittorrent sur KDE4
# URL: http://ktorrent.org/
# Maintainer: NuTyX packager team
# Packager: lesibel at free dot fr
# Depends on: qca, xorg-libxft,kdelibs,taglib,hicolor-icon-theme,kdepimlibs
# Run on: qca,xorg-libxft,kdelibs,taglib,hicolor-icon-theme,kdepimlibs

name=libktorrent
version=1.1.1
versionktorrent=4.1.1
release=1
source=(http://ktorrent.org/downloads/$versionktorrent/$name-$version.tar.bz2)

build() {
	cd $name-*
	cmake . -DCMAKE_BUILD_TYPE=Release \
                -DCMAKE_INSTALL_PREFIX=/usr \
                -DCMAKE_SKIP_RPATH=ON 
        make
        make DESTDIR=$PKG install
}