summaryrefslogtreecommitdiffstats
path: root/kde/k3b/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-10-15 17:39:42 +0200
committertnut <tnut at nutyx dot com>2011-10-15 17:39:42 +0200
commit010dcf438cafddd4fa6c366437388b03c1aebf17 (patch)
tree1f7f4ed2d9eb8341f8075756514e858b0f0b997b /kde/k3b/Pkgfile
parent2508b2d2924446be9f59d605390b8cc35e0b3549 (diff)
downloadnutyx-extra-010dcf438cafddd4fa6c366437388b03c1aebf17.tar.gz
nutyx-extra-010dcf438cafddd4fa6c366437388b03c1aebf17.tar.bz2
nutyx-extra-010dcf438cafddd4fa6c366437388b03c1aebf17.tar.xz
nutyx-extra-010dcf438cafddd4fa6c366437388b03c1aebf17.zip
k3b dans extra
Diffstat (limited to 'kde/k3b/Pkgfile')
-rw-r--r--kde/k3b/Pkgfile26
1 files changed, 0 insertions, 26 deletions
diff --git a/kde/k3b/Pkgfile b/kde/k3b/Pkgfile
deleted file mode 100644
index 7941cfd51..000000000
--- a/kde/k3b/Pkgfile
+++ /dev/null
@@ -1,26 +0,0 @@
-# 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
-
-}