summaryrefslogtreecommitdiffstats
path: root/kde/libktorrent/Pkgfile
blob: 3bc02173cb5a96c25a0d06994b617441c6749a8a (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, kdebase-runtime, kdebase-workspace, taglib, hicolor-icon-theme, kdepimlibs
# Run on:

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

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