diff options
author | geantbrun <bg@nutyx.(none)> | 2010-02-27 09:28:29 +0100 |
---|---|---|
committer | geantbrun <bg@nutyx.(none)> | 2010-02-27 09:28:29 +0100 |
commit | 9337e0c193432552a1883ea9b4965d3fc5f04211 (patch) | |
tree | 2ab5e66f6e4e8f142c8f7811f15a3ef572198a8c /test/acetoneiso | |
parent | 0dd7a66ed38fbcba601c9a0543129d968e9edafc (diff) | |
parent | e6b1d989a4f3e0f9fa6dc77439da81f2bc863189 (diff) | |
download | nutyx-pakxe-9337e0c193432552a1883ea9b4965d3fc5f04211.tar.gz nutyx-pakxe-9337e0c193432552a1883ea9b4965d3fc5f04211.tar.bz2 nutyx-pakxe-9337e0c193432552a1883ea9b4965d3fc5f04211.tar.xz nutyx-pakxe-9337e0c193432552a1883ea9b4965d3fc5f04211.zip |
Merge remote branch 'nutyx-2009/master'
Diffstat (limited to 'test/acetoneiso')
-rw-r--r-- | test/acetoneiso/.footprint | 8 | ||||
-rw-r--r-- | test/acetoneiso/.md5sum | 1 | ||||
-rw-r--r-- | test/acetoneiso/Pkgfile | 19 |
3 files changed, 28 insertions, 0 deletions
diff --git a/test/acetoneiso/.footprint b/test/acetoneiso/.footprint new file mode 100644 index 000000000..048e70f9a --- /dev/null +++ b/test/acetoneiso/.footprint @@ -0,0 +1,8 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/acetoneiso +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/applications/ +-rwxr-xr-x root/root usr/share/applications/AcetoneISO.desktop +drwxr-xr-x root/root usr/share/pixmaps/ +-rw-r--r-- root/root usr/share/pixmaps/Acetino2.png diff --git a/test/acetoneiso/.md5sum b/test/acetoneiso/.md5sum new file mode 100644 index 000000000..773cecbe3 --- /dev/null +++ b/test/acetoneiso/.md5sum @@ -0,0 +1 @@ +c4891fb1ddfe9d3dff4b55e8ea27ed29 acetoneiso_2.2.1.tar.gz diff --git a/test/acetoneiso/Pkgfile b/test/acetoneiso/Pkgfile new file mode 100644 index 000000000..f963b95d5 --- /dev/null +++ b/test/acetoneiso/Pkgfile @@ -0,0 +1,19 @@ +# 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, phonon + +name=acetoneiso +version=2.1.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 + make + make INSTALL_ROOT=$PKG install +} + |