summaryrefslogtreecommitdiffstats
path: root/base/aspell/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-10-15 15:20:04 +0200
committertnut <tnut at nutyx dot com>2011-10-15 15:20:04 +0200
commitd136f558b9ed6b1d68dca870dc652d226a799de8 (patch)
treebd7e7837049d604cf575f33d71daf15b0d4c90ab /base/aspell/Pkgfile
parentd3e11fc988689cf515f4c8b995c568939f849170 (diff)
downloadnutyx-extra-d136f558b9ed6b1d68dca870dc652d226a799de8.tar.gz
nutyx-extra-d136f558b9ed6b1d68dca870dc652d226a799de8.tar.bz2
nutyx-extra-d136f558b9ed6b1d68dca870dc652d226a799de8.tar.xz
nutyx-extra-d136f558b9ed6b1d68dca870dc652d226a799de8.zip
aspell dans extra
Diffstat (limited to 'base/aspell/Pkgfile')
-rwxr-xr-xbase/aspell/Pkgfile23
1 files changed, 0 insertions, 23 deletions
diff --git a/base/aspell/Pkgfile b/base/aspell/Pkgfile
deleted file mode 100755
index 6233b7d51..000000000
--- a/base/aspell/Pkgfile
+++ /dev/null
@@ -1,23 +0,0 @@
-# Description: contient un programme interactif de controle syntaxique et la librairie Aspell
-# URL: http://aspell.net
-# Maintainer: NuTyX core team
-# Packager: thierryn1 at hispeed dot ch
-
-name=aspell
-version=0.60.6.1
-release=1
-source=( http://ftp.gnu.org/gnu/$name/$name-$version.tar.gz)
-
-
-build() {
-cd $name-$version
-./configure --prefix=/usr \
- --mandir=/usr/share/man \
- --infodir=/usr/share/info
-make
-make DESTDIR=$PKG install
-install -v -m 755 scripts/ispell $PKG/usr/bin/
-install -v -m 755 scripts/spell $PKG/usr/bin/
-rm $PKG/usr/share/info/dir
-}
-