summaryrefslogtreecommitdiffstats
path: root/kde/tellico/Pkgfile
blob: 3972a01c12e4612a9f0c7d36af537f1f9391712b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Description: Gestionnaire de collection en Qt4
# URL: http://tellico-project.org/
# Maintainer: NuTyX packager team
# Packager: lesibel at free dot ch
# Depends on: qt, libxml2, libxslt, taglib, python, kdebase-workspace, poppler-qt

name=tellico
version=2.3
release=1
source=(http://tellico-project.org/files/$name-$version.tar.bz2)

build() {
	cd $name-$version
	mkdir build
	cd build
	cmake ../ -DCMAKE_INSTALL_PREFIX=/usr
	make -j3
	make DESTDIR=$PKG install
}