wok-6.x annotate aspell-fr/receipt @ rev 19667
Rollback liboping (1.8.0) again
author | Paul Issott <paul@slitaz.org> |
---|---|
date | Mon Jan 30 21:34:24 2017 +0000 (2017-01-30) |
parents | 191b99ca9dc2 |
children | 095836df71b7 |
rev | line source |
---|---|
paul@2100 | 1 # SliTaz package receipt. |
paul@2100 | 2 |
paul@2100 | 3 PACKAGE="aspell-fr" |
paul@2100 | 4 VERSION="0.50-3" |
paul@2100 | 5 CATEGORY="system-tools" |
paul@2100 | 6 SHORT_DESC="French aspell dictionary." |
paul@2100 | 7 MAINTAINER="paul@slitaz.org" |
pascal@15361 | 8 LICENSE="GPL2" |
paul@2100 | 9 TARBALL="$PACKAGE-$VERSION.tar.bz2" |
paul@2100 | 10 WEB_SITE="ftp://ftp.gnu.org/gnu/aspell/dict/0index.html" |
paul@2100 | 11 WGET_URL="ftp://ftp.gnu.org/gnu/aspell/dict/fr/$TARBALL" |
pankso@16248 | 12 HOST_ARCH="i486 arm" |
paul@2100 | 13 |
pascal@15361 | 14 DEPENDS="aspell" |
pankso@16248 | 15 BUILD_DEPENDS="aspell-dev" |
pascal@15361 | 16 |
paul@2100 | 17 # Rules to configure and make the package. |
paul@2100 | 18 compile_rules() |
paul@2100 | 19 { |
pascal@15361 | 20 ./configure && |
pankso@16248 | 21 make && make install |
paul@2100 | 22 } |
paul@2100 | 23 |
paul@2100 | 24 # Rules to gen a SliTaz package suitable for Tazpkg. |
paul@2100 | 25 genpkg_rules() |
paul@2100 | 26 { |
paul@2100 | 27 mkdir -p $fs/usr/lib |
pascal@15361 | 28 cp -a $install/usr/lib/* $fs/usr/lib |
paul@2100 | 29 } |