summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-02-27 23:13:13 +0100
committertnut <thierryn1 at hispeed dot ch>2010-02-27 23:13:13 +0100
commit77a80ac6b1e4c902c7492629869cfa415e2923c0 (patch)
treeb632684fb35b9a5645c399c732bae1d694470bd0 /test
parent7be3321f90b270e705ea08195f17a11e78216b15 (diff)
downloadnutyx-extra-77a80ac6b1e4c902c7492629869cfa415e2923c0.tar.gz
nutyx-extra-77a80ac6b1e4c902c7492629869cfa415e2923c0.tar.bz2
nutyx-extra-77a80ac6b1e4c902c7492629869cfa415e2923c0.tar.xz
nutyx-extra-77a80ac6b1e4c902c7492629869cfa415e2923c0.zip
Maj acetoneiso#2.2.1-1
Diffstat (limited to 'test')
-rw-r--r--test/acetoneiso/.footprint8
-rw-r--r--test/acetoneiso/.md5sum1
-rw-r--r--test/acetoneiso/Pkgfile19
3 files changed, 0 insertions, 28 deletions
diff --git a/test/acetoneiso/.footprint b/test/acetoneiso/.footprint
deleted file mode 100644
index 048e70f9a..000000000
--- a/test/acetoneiso/.footprint
+++ /dev/null
@@ -1,8 +0,0 @@
-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
deleted file mode 100644
index 773cecbe3..000000000
--- a/test/acetoneiso/.md5sum
+++ /dev/null
@@ -1 +0,0 @@
-c4891fb1ddfe9d3dff4b55e8ea27ed29 acetoneiso_2.2.1.tar.gz
diff --git a/test/acetoneiso/Pkgfile b/test/acetoneiso/Pkgfile
deleted file mode 100644
index f963b95d5..000000000
--- a/test/acetoneiso/Pkgfile
+++ /dev/null
@@ -1,19 +0,0 @@
-# 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
-}
-