summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrançois Visdeloup <fanchyannmaria at orange dot fr>2009-11-16 19:45:52 +0100
committerFrançois Visdeloup <fanchyannmaria at orange dot fr>2009-11-16 19:45:52 +0100
commit03e78420cfc2707b9864cbc847d12cd3dcd5bee1 (patch)
tree82b04e56a641286a83422e5e18dff345a27e0592
parentec75e67610445ab93e92ef675383d7a5b9a35811 (diff)
downloadnutyx-extra-03e78420cfc2707b9864cbc847d12cd3dcd5bee1.tar.gz
nutyx-extra-03e78420cfc2707b9864cbc847d12cd3dcd5bee1.tar.bz2
nutyx-extra-03e78420cfc2707b9864cbc847d12cd3dcd5bee1.tar.xz
nutyx-extra-03e78420cfc2707b9864cbc847d12cd3dcd5bee1.zip
isomaster
-rw-r--r--extra/isomaster/.footprint25
-rw-r--r--extra/isomaster/.md5sum2
-rw-r--r--extra/isomaster/Pkgfile21
-rw-r--r--extra/isomaster/isomaster.desktop15
4 files changed, 63 insertions, 0 deletions
diff --git a/extra/isomaster/.footprint b/extra/isomaster/.footprint
new file mode 100644
index 000000000..b12a30d1e
--- /dev/null
+++ b/extra/isomaster/.footprint
@@ -0,0 +1,25 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/local/
+drwxr-xr-x root/root usr/local/bin/
+-rwxr-xr-x root/root usr/local/bin/isomaster
+drwxr-xr-x root/root usr/local/share/
+drwxr-xr-x root/root usr/local/share/applications/
+-rw-r--r-- root/root usr/local/share/applications/isomaster.desktop
+drwxr-xr-x root/root usr/local/share/isomaster/
+drwxr-xr-x root/root usr/local/share/isomaster/icons/
+-rw-r--r-- root/root usr/local/share/isomaster/icons/add2-kearone.png
+-rw-r--r-- root/root usr/local/share/isomaster/icons/delete-kearone.png
+-rw-r--r-- root/root usr/local/share/isomaster/icons/extract2-kearone.png
+-rw-r--r-- root/root usr/local/share/isomaster/icons/folder-new-kearone.png
+-rw-r--r-- root/root usr/local/share/isomaster/icons/go-back-kearone.png
+-rw-r--r-- root/root usr/local/share/isomaster/icons/isomaster.png
+drwxr-xr-x root/root usr/local/share/locale/
+drwxr-xr-x root/root usr/local/share/locale/fr/
+drwxr-xr-x root/root usr/local/share/locale/fr/LC_MESSAGES/
+-rw-r--r-- root/root usr/local/share/locale/fr/LC_MESSAGES/isomaster.mo
+drwxr-xr-x root/root usr/local/share/man/
+drwxr-xr-x root/root usr/local/share/man/man1/
+-rw-r--r-- root/root usr/local/share/man/man1/isomaster.1.gz
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/applications/
+-rw-r--r-- root/root usr/share/applications/isomaster.desktop
diff --git a/extra/isomaster/.md5sum b/extra/isomaster/.md5sum
new file mode 100644
index 000000000..038f02dca
--- /dev/null
+++ b/extra/isomaster/.md5sum
@@ -0,0 +1,2 @@
+ceec3c0034d443f4d514558256038dcd isomaster-1.3.5.tar.bz2
+88ace8012c82527d522ad138e0adad08 isomaster.desktop
diff --git a/extra/isomaster/Pkgfile b/extra/isomaster/Pkgfile
new file mode 100644
index 000000000..b06f0a1fa
--- /dev/null
+++ b/extra/isomaster/Pkgfile
@@ -0,0 +1,21 @@
+# Description: éditeur d'image iso écrit en GTK2
+# URL:http://littlesvr.ca/isomaster
+# Maintainer: NuTyX core team
+# Packager: fanch
+# Depends on:gtk2, desktop-file-utils
+
+name=isomaster
+version=1.3.5
+release=1
+source=(http://littlesvr.ca/isomaster/releases/$name-$version.tar.bz2 \
+ $name.desktop)
+build() {
+ cd $name-$version
+ ./configure --prefix=/usr
+ make
+ make DESTDIR=$PKG install
+ install -D -m 644 ../$name.desktop \
+ $PKG/usr/share/applications/$name.desktop
+}
+
+
diff --git a/extra/isomaster/isomaster.desktop b/extra/isomaster/isomaster.desktop
new file mode 100644
index 000000000..68ed89427
--- /dev/null
+++ b/extra/isomaster/isomaster.desktop
@@ -0,0 +1,15 @@
+[Desktop Entry]
+Name=ISO Master
+GenericName=ISO File Editor
+GenericName[ca]=Editor de fitxers ISO
+GenericName[es]=Editor de ficheros ISO
+Comment=Read, write and modify ISO images
+Comment[ca]=Llegiu, escriviu i modifiqueu imatges ISO
+Comment[es]=Leer, escribir i modificar imagenes ISO
+Exec=isomaster
+Terminal=false
+StartupNotify=true
+Type=Application
+Categories=AudioVideo;DiscBurning;
+MimeType=application/x-iso;
+Icon=/usr/local/share/isomaster/icons/isomaster.png