diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-02-27 23:13:13 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-02-27 23:13:13 +0100 |
commit | 77a80ac6b1e4c902c7492629869cfa415e2923c0 (patch) | |
tree | b632684fb35b9a5645c399c732bae1d694470bd0 /extra/acetoneiso/Pkgfile | |
parent | 7be3321f90b270e705ea08195f17a11e78216b15 (diff) | |
download | nutyx-pakxe-77a80ac6b1e4c902c7492629869cfa415e2923c0.tar.gz nutyx-pakxe-77a80ac6b1e4c902c7492629869cfa415e2923c0.tar.bz2 nutyx-pakxe-77a80ac6b1e4c902c7492629869cfa415e2923c0.tar.xz nutyx-pakxe-77a80ac6b1e4c902c7492629869cfa415e2923c0.zip |
Maj acetoneiso#2.2.1-1
Diffstat (limited to 'extra/acetoneiso/Pkgfile')
-rw-r--r-- | extra/acetoneiso/Pkgfile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/extra/acetoneiso/Pkgfile b/extra/acetoneiso/Pkgfile new file mode 100644 index 000000000..e689b4ffe --- /dev/null +++ b/extra/acetoneiso/Pkgfile @@ -0,0 +1,20 @@ +# Description: Un tout en un pour les iso +# URL: http://www.acetoneteam.org +# Maintainer:NuTyX core team +# Packager:fanch +# Depends on: qt,fuseiso,cdrdao,cdrkit,gnupg,pinentry,mplayer + +name=acetoneiso +version=2.2.1 +release=1 +source=(http://mesh.dl.sourceforge.net/project/acetoneiso/AcetoneISO/AcetoneISO%202.2.1/acetoneiso_2.2.1.tar.gz) + +build() { + cd acetoneiso_2.2.1/acetoneiso + + qmake + sed -i "s|usr/include/phonon|opt/kde/include/KDE|" Makefile + make + make INSTALL_ROOT=$PKG install +} + |