summaryrefslogtreecommitdiffstats
path: root/extra/pysdm/Pkgfile
diff options
context:
space:
mode:
authorgeantbrun <geantbrun at gmail dot fr>2010-07-09 09:48:42 +0200
committergeantbrun <geantbrun at gmail dot fr>2010-07-09 09:48:42 +0200
commit21a22763f6c186c2fdc6a161c7fa53fc9010b331 (patch)
tree5c534cf191751f581de5d4b93c6b0dfe91fff6f8 /extra/pysdm/Pkgfile
parentcb02e38314c984e26d2d0234cd1fb30deabdb516 (diff)
downloadnutyx-pakxe-21a22763f6c186c2fdc6a161c7fa53fc9010b331.tar.gz
nutyx-pakxe-21a22763f6c186c2fdc6a161c7fa53fc9010b331.tar.bz2
nutyx-pakxe-21a22763f6c186c2fdc6a161c7fa53fc9010b331.tar.xz
nutyx-pakxe-21a22763f6c186c2fdc6a161c7fa53fc9010b331.zip
Ajout de pysdm#0.4.1-1
Diffstat (limited to 'extra/pysdm/Pkgfile')
-rw-r--r--extra/pysdm/Pkgfile25
1 files changed, 25 insertions, 0 deletions
diff --git a/extra/pysdm/Pkgfile b/extra/pysdm/Pkgfile
new file mode 100644
index 000000000..0ee6f2ffc
--- /dev/null
+++ b/extra/pysdm/Pkgfile
@@ -0,0 +1,25 @@
+# Description: Interface pour gerer le montage des partitions
+# URL: http://pysdm.sourceforge.net/
+# Maintainer: NuTyX core team
+# Packager: geantbrun at gmail dot com
+# Depends on: pygtk
+
+name=pysdm
+version=0.4.1
+release=1
+source=(http://switch.dl.sourceforge.net/project/pysdm/pysdm/pysdm%200.4.1/pysdm-0.4.1.tar.gz \
+ pysdm.desktop \ pysdm.png)
+
+
+build() {
+cd $name-$version
+ ./configure
+
+ make
+ make PREFIX=/usr DESTDIR=$PKG install
+
+ install -D -m 644 ../$name.desktop $PKG/usr/share/applications/$name.desktop
+ install -D -m 644 ../$name.png $PKG/usr/share/pixmaps/$name.png
+}
+
+