wok view aspell-es/receipt @ rev 23117

updated libusb and libusb-dev (1.0.22 -> 1.0.23)
author Hans-G?nter Theisgen
date Thu Mar 12 17:06:21 2020 +0100 (2020-03-12)
parents 191b99ca9dc2
children 095836df71b7
line source
1 # SliTaz package receipt.
3 PACKAGE="aspell-es"
4 VERSION="1.11"
5 CATEGORY="system-tools"
6 SHORT_DESC="Spanish aspell dictionary."
7 MAINTAINER="paul@slitaz.org"
8 LICENSE="GPL2"
9 SOURCE="aspell6-es"
10 TARBALL="$SOURCE-$VERSION-2.tar.bz2"
11 WEB_SITE="ftp://ftp.gnu.org/gnu/aspell/dict/0index.html"
12 WGET_URL="ftp://ftp.gnu.org/gnu/aspell/dict/es/$TARBALL"
13 HOST_ARCH="i486 arm"
15 DEPENDS="aspell"
16 BUILD_DEPENDS="aspell-dev"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 ./configure &&
22 make && make install
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 mkdir -p $fs/usr/lib
29 cp -a $install/usr/lib/* $fs/usr/lib
30 }