diff options
Diffstat (limited to 'extra/enchant/Pkgfile')
-rw-r--r-- | extra/enchant/Pkgfile | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/extra/enchant/Pkgfile b/extra/enchant/Pkgfile deleted file mode 100644 index 56e68b6a7..000000000 --- a/extra/enchant/Pkgfile +++ /dev/null @@ -1,28 +0,0 @@ -# Description: Generic Spell Checking Library. -# URL: http://www.abisource.com/enchant/ -# Maintainer: NuTyX core team -# Packager: thierryn1 at hispeed dot ch -# Depends on: aspell, dbus-glib -# Run on: aspell,dbus-glib - -name=enchant -version=1.6.0 -release=1 -source=(http://www.abisource.com/downloads/enchant/$version/enchant-$version.tar.gz) - -build() { - cd enchant-$version - - ./configure \ - --prefix=/usr \ - --mandir=/usr/share/man \ - --disable-static \ - --disable-dependency-tracking - - make - make DESTDIR=$PKG install - chmod a-x $PKG/usr/lib/*.so -} - - - |