summaryrefslogtreecommitdiffstats
path: root/libktorrent/Pkgfile
blob: 8fab01e7dddc4d5dd7864e19e6fdca6ad492077e (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,xorg-libxtst

name=libktorrent
version=1.1.2
versionktorrent=4.1.2
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
}