summaryrefslogtreecommitdiffstats
path: root/extra/isomaster/Pkgfile
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 /extra/isomaster/Pkgfile
parentec75e67610445ab93e92ef675383d7a5b9a35811 (diff)
downloadnutyx-extra-03e78420cfc2707b9864cbc847d12cd3dcd5bee1.tar.gz
nutyx-extra-03e78420cfc2707b9864cbc847d12cd3dcd5bee1.tar.bz2
nutyx-extra-03e78420cfc2707b9864cbc847d12cd3dcd5bee1.tar.xz
nutyx-extra-03e78420cfc2707b9864cbc847d12cd3dcd5bee1.zip
isomaster
Diffstat (limited to 'extra/isomaster/Pkgfile')
-rw-r--r--extra/isomaster/Pkgfile21
1 files changed, 21 insertions, 0 deletions
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
+}
+
+