diff options
author | tnut <thierryn1 at hispeed dot ch> | 2011-02-10 16:08:07 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2011-02-10 16:08:07 +0100 |
commit | c0f1c161cd53f60f384ec577198c7075ae00e35d (patch) | |
tree | 567a5557c6c06cf37ef7cbad69fddc1873c7becc /gnome/gedit-plugins/Pkgfile | |
parent | 4fa5eef42be4ae01f4e88a0426e2e041696ef5b1 (diff) | |
download | nutyx-extra-c0f1c161cd53f60f384ec577198c7075ae00e35d.tar.gz nutyx-extra-c0f1c161cd53f60f384ec577198c7075ae00e35d.tar.bz2 nutyx-extra-c0f1c161cd53f60f384ec577198c7075ae00e35d.tar.xz nutyx-extra-c0f1c161cd53f60f384ec577198c7075ae00e35d.zip |
gnome, suppression des ports
Diffstat (limited to 'gnome/gedit-plugins/Pkgfile')
-rw-r--r-- | gnome/gedit-plugins/Pkgfile | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/gnome/gedit-plugins/Pkgfile b/gnome/gedit-plugins/Pkgfile deleted file mode 100644 index 737800a86..000000000 --- a/gnome/gedit-plugins/Pkgfile +++ /dev/null @@ -1,23 +0,0 @@ -# Description: Jeux de plugins pour gedit -# URL: http://live.gnome.org/GeditPlugins -# Maintainer: NuTyX core team -# Packager: zatmania at gotofreedom dot org -# Depends on: gedit, pygtksourceview, gucharmap, vte -# Run on: gedit,pygtksourceview,gucharmap,vte - -name=gedit-plugins -version=2.28.0 -release=2 -source=(http://ftp.gnome.org/pub/GNOME/sources/$name/${version%.*}/$name-$version.tar.bz2) - -build() { - cd $name-$version - ./configure \ - --prefix=$GNOME_PREFIX \ - --with-plugins=all \ - --disable-schemas-install \ - --sysconfdir=/etc - make - make DESTDIR=$PKG install -} - |