diff options
author | sibel <lesibel@free.fr> | 2011-03-16 14:28:11 +0100 |
---|---|---|
committer | sibel <lesibel@free.fr> | 2011-03-16 14:28:11 +0100 |
commit | a2965fcb1ef216b0838d574a6d86364bbdd35ac5 (patch) | |
tree | 29ce00c7bc7c3799fcdf9aeb451ce3647f4b689e /extra/gcstar/Pkgfile | |
parent | d44196155bda8bb81234af759af8d7a7acf542d6 (diff) | |
download | nutyx-extra-a2965fcb1ef216b0838d574a6d86364bbdd35ac5.tar.gz nutyx-extra-a2965fcb1ef216b0838d574a6d86364bbdd35ac5.tar.bz2 nutyx-extra-a2965fcb1ef216b0838d574a6d86364bbdd35ac5.tar.xz nutyx-extra-a2965fcb1ef216b0838d574a6d86364bbdd35ac5.zip |
gcstar déplacé dans ouvert
Diffstat (limited to 'extra/gcstar/Pkgfile')
-rw-r--r-- | extra/gcstar/Pkgfile | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/extra/gcstar/Pkgfile b/extra/gcstar/Pkgfile deleted file mode 100644 index ad8c6a5d2..000000000 --- a/extra/gcstar/Pkgfile +++ /dev/null @@ -1,22 +0,0 @@ -# Description: Gestionnaire de collections -# URL:http://www.gcstar.org/index.fr.php -# Maintainer: NuTyX packager team -# Packager: lesibel at free dot fr -# Depends on: p5-gtk2, p5-libwww, p5-xml-simple, p5-html-parser, p5-html-tagset, p5-archive-zip -# Run on: p5-gtk2,p5-libwww,p5-xml-simple,p5-html-parser,p5-html-tagset,p5-archive-zip - -name=gcstar -version=1.5.0.beta1 -release=1 - -source=(http://download.gna.org/$name/$name-$version.tar.gz) - -build() { - cd $name - ./install --prefix=$PKG/usr - install -D -m644 share/gcstar/icons/gcstar_32x32.png \ - $PKG/usr/share/pixmaps/gcstar.png - cp -R share/applications $PKG/usr/share -} - - |