summaryrefslogtreecommitdiffstats
path: root/hunspell/Pkgfile
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.servegame.org>2012-08-06 00:21:33 +0200
committerpiernov <piernov@piernov.servegame.org>2012-08-06 00:21:33 +0200
commitac28598ab5900a3cb987d02bbee4056d4907218a (patch)
tree36271314390d3f114ed127755a5808379d53d2ca /hunspell/Pkgfile
parent1de0427648102de3e64881a91a2d1d1ce5d22b53 (diff)
downloadnutyx-extra-ac28598ab5900a3cb987d02bbee4056d4907218a.tar.gz
nutyx-extra-ac28598ab5900a3cb987d02bbee4056d4907218a.tar.bz2
nutyx-extra-ac28598ab5900a3cb987d02bbee4056d4907218a.tar.xz
nutyx-extra-ac28598ab5900a3cb987d02bbee4056d4907218a.zip
hunspell 1.3.2-1 màj port
Diffstat (limited to 'hunspell/Pkgfile')
-rw-r--r--hunspell/Pkgfile17
1 files changed, 8 insertions, 9 deletions
diff --git a/hunspell/Pkgfile b/hunspell/Pkgfile
index 1b6d253c0..80bf678cc 100644
--- a/hunspell/Pkgfile
+++ b/hunspell/Pkgfile
@@ -4,18 +4,17 @@
# Packager: lesibel at free dot fr
name=hunspell
-version=1.2.12
+version=1.3.2
release=1
source=(http://downloads.sourceforge.net/$name/$name-$version.tar.gz)
build() {
cd $name-$version
- ./configure --prefix=/usr \
- --disable-static \
- --with-ui \
- --with-readline \
- --with-experimental
- make
- make DESTDIR=$PKG install
+ ./configure --prefix=/usr \
+ --disable-static \
+ --with-ui \
+ --with-readline \
+ --with-experimental
+ make
+ make DESTDIR=$PKG install
}
-