diff options
author | sibel <lesibel@free.fr> | 2010-12-29 15:35:56 +0000 |
---|---|---|
committer | sibel <lesibel@free.fr> | 2010-12-29 15:35:56 +0000 |
commit | 5f3448b8a5252c49fe60ca23789dfbe485305ba1 (patch) | |
tree | 9bef1f15d872364f9c03595041070fccab9d45b3 /extra/gestpkg/Pkgfile | |
parent | e37e4152401b9d3bd6b60bbb75764a2d704a4e79 (diff) | |
download | nutyx-extra-5f3448b8a5252c49fe60ca23789dfbe485305ba1.tar.gz nutyx-extra-5f3448b8a5252c49fe60ca23789dfbe485305ba1.tar.bz2 nutyx-extra-5f3448b8a5252c49fe60ca23789dfbe485305ba1.tar.xz nutyx-extra-5f3448b8a5252c49fe60ca23789dfbe485305ba1.zip |
gestpkg, suppression
Diffstat (limited to 'extra/gestpkg/Pkgfile')
-rw-r--r-- | extra/gestpkg/Pkgfile | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/extra/gestpkg/Pkgfile b/extra/gestpkg/Pkgfile deleted file mode 100644 index e7c770c32..000000000 --- a/extra/gestpkg/Pkgfile +++ /dev/null @@ -1,37 +0,0 @@ -# Description: Gestionnaire de paquets graphique -# URL: http://www.nutyx.org -# Maintainer: NuTyX core team -# Packager: ferarduansednan at laposte dot net -# Depends on: gestpkg-module, wxpython, python, ktsuss, p7zip - -name=gestpkg -version=1.1 -release=4 -source=(http://kiao.no-ip.info/NuTyX/files/$name-$version-src.tar.gz\ - http://nutyx.meticul.eu/files/patchs/$name/gestpkg-logfile-02.patch) - - -build() { - cd $name-$version-src - patch -Np1 -i ../gestpkg-logfile-02.patch - rm -r GestPkgGUI/log - python setup.py install --root=$PKG - - mkdir -p $PKG/usr/share/applications - install -m 644 ./${name}.desktop $PKG/usr/share/applications/ - - mkdir -p $PKG/usr/share/icons/hicolor/48x48/apps/ - install -m 644 ./icons/48x48/${name}.png $PKG/usr/share/icons/hicolor/48x48/apps/ - - mkdir -p $PKG/usr/share/icons/hicolor/32x32/apps/ - install -m 644 ./icons/32x32/${name}.png $PKG/usr/share/icons/hicolor/32x32/apps/ - - mkdir -p $PKG/usr/share/icons/hicolor/16x16/apps/ - install -m 644 ./icons/16x16/${name}.png $PKG/usr/share/icons/hicolor/16x16/apps/ - -# Pour éviter pkgadd -f on commente les 2 lignes suivantes -# mkdir -p $PKG/var/log/ -# touch $PKG/var/log/gestpkg.log -} - - |