wok-6.x annotate aspell-es/receipt @ rev 19433
syslinux/taziso: parse 64bit kernels
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Oct 02 15:40:25 2016 +0200 (2016-10-02) |
parents | 191b99ca9dc2 |
children | 095836df71b7 |
rev | line source |
---|---|
paul@2110 | 1 # SliTaz package receipt. |
paul@2110 | 2 |
paul@2110 | 3 PACKAGE="aspell-es" |
slaxemulator@7385 | 4 VERSION="1.11" |
paul@2110 | 5 CATEGORY="system-tools" |
paul@2110 | 6 SHORT_DESC="Spanish aspell dictionary." |
paul@2110 | 7 MAINTAINER="paul@slitaz.org" |
pascal@15361 | 8 LICENSE="GPL2" |
paul@2110 | 9 SOURCE="aspell6-es" |
slaxemulator@7385 | 10 TARBALL="$SOURCE-$VERSION-2.tar.bz2" |
paul@2110 | 11 WEB_SITE="ftp://ftp.gnu.org/gnu/aspell/dict/0index.html" |
paul@2110 | 12 WGET_URL="ftp://ftp.gnu.org/gnu/aspell/dict/es/$TARBALL" |
pankso@16248 | 13 HOST_ARCH="i486 arm" |
paul@2110 | 14 |
pascal@15361 | 15 DEPENDS="aspell" |
pankso@16248 | 16 BUILD_DEPENDS="aspell-dev" |
pascal@15361 | 17 |
paul@2110 | 18 # Rules to configure and make the package. |
paul@2110 | 19 compile_rules() |
paul@2110 | 20 { |
pankso@16248 | 21 ./configure && |
pankso@16248 | 22 make && make install |
paul@2110 | 23 } |
paul@2110 | 24 |
paul@2110 | 25 # Rules to gen a SliTaz package suitable for Tazpkg. |
paul@2110 | 26 genpkg_rules() |
paul@2110 | 27 { |
paul@2110 | 28 mkdir -p $fs/usr/lib |
pascal@15361 | 29 cp -a $install/usr/lib/* $fs/usr/lib |
paul@2110 | 30 } |