diff options
author | sibel <lesibel@free.fr> | 2011-03-19 07:49:50 +0100 |
---|---|---|
committer | sibel <lesibel@free.fr> | 2011-03-19 07:49:50 +0100 |
commit | 6f116989d6c250ce4a5cc18f5e0e253d97b587f3 (patch) | |
tree | b5afc78f8887181022582b434cd264b44bce2897 /extra/pysdm/Pkgfile | |
parent | a53c3ed9bc9f875c2fb7b08f51759eb870b7a485 (diff) | |
download | nutyx-pakxe-6f116989d6c250ce4a5cc18f5e0e253d97b587f3.tar.gz nutyx-pakxe-6f116989d6c250ce4a5cc18f5e0e253d97b587f3.tar.bz2 nutyx-pakxe-6f116989d6c250ce4a5cc18f5e0e253d97b587f3.tar.xz nutyx-pakxe-6f116989d6c250ce4a5cc18f5e0e253d97b587f3.zip |
pysdm deplace dans ouvert
Diffstat (limited to 'extra/pysdm/Pkgfile')
-rw-r--r-- | extra/pysdm/Pkgfile | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/extra/pysdm/Pkgfile b/extra/pysdm/Pkgfile deleted file mode 100644 index 8ca5b19dc..000000000 --- a/extra/pysdm/Pkgfile +++ /dev/null @@ -1,27 +0,0 @@ -# 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 -# Run 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 -} - - - |