diff options
author | tnut <tnut at nutyx dot com> | 2011-10-15 17:39:42 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-10-15 17:39:42 +0200 |
commit | 010dcf438cafddd4fa6c366437388b03c1aebf17 (patch) | |
tree | 1f7f4ed2d9eb8341f8075756514e858b0f0b997b /extra/k3b/Pkgfile | |
parent | 2508b2d2924446be9f59d605390b8cc35e0b3549 (diff) | |
download | nutyx-pakxe-010dcf438cafddd4fa6c366437388b03c1aebf17.tar.gz nutyx-pakxe-010dcf438cafddd4fa6c366437388b03c1aebf17.tar.bz2 nutyx-pakxe-010dcf438cafddd4fa6c366437388b03c1aebf17.tar.xz nutyx-pakxe-010dcf438cafddd4fa6c366437388b03c1aebf17.zip |
k3b dans extra
Diffstat (limited to 'extra/k3b/Pkgfile')
-rw-r--r-- | extra/k3b/Pkgfile | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/extra/k3b/Pkgfile b/extra/k3b/Pkgfile new file mode 100644 index 000000000..7941cfd51 --- /dev/null +++ b/extra/k3b/Pkgfile @@ -0,0 +1,26 @@ +# Description: Logiciel de gravure complète avec toutes les fonctionnalitées pour KDE +# URL: http://k3b.sourceforge.net/ +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch +# Depends on: kdelibs, kdemultimedia, oxygen-icons, libsamplerate, dvd+rw-tools, vcdimager, libmad, ffmpeg, taglib, libmpcdec, libdvdread, polkit-qt, automoc4, cmake, cdrkit, cdrdao, libsndfile +# Run on: kdelibs,kdemultimedia,oxygen-icons,libsamplerate,dvd+rw-tools,vcdimager,libmad,ffmpeg,taglib,libmpcdec,libdvdread,polkit-qt,cdrkit,cdrdao,libsndfile + +name=k3b +version=2.0.2 +release=2 + +source=(http://downloads.sourceforge.net/sourceforge/k3b/$name-$version.tar.bz2) + +build() { +cd $SRC/ + mkdir build + cd build + cmake ../$name-$version \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DCMAKE_BUILD_TYPE=Release \ + -DKDE_DEFAULT_HOME=.kde \ + -DSYSCONF_INSTALL_DIR=/etc + make + make DESTDIR=$PKG install + +} |