wok view aspell-sl/receipt @ rev 21746

updated qrencode and qrencode-dev again (3.1.1 -> 4.0.2)
author Hans-G?nter Theisgen
date Fri Jun 14 16:14:44 2019 +0100 (2019-06-14)
parents e8768e5178a6
children 095836df71b7
line source
1 # SliTaz package receipt.
3 PACKAGE="aspell-sl"
4 VERSION="0.50-0"
5 CATEGORY="system-tools"
6 SHORT_DESC="Slovenian aspell dictionary."
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="GPL2"
9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
10 WEB_SITE="ftp://ftp.gnu.org/gnu/aspell/dict/0index.html"
11 WGET_URL="ftp://ftp.gnu.org/gnu/aspell/dict/sl/$TARBALL"
13 DEPENDS="aspell"
14 BUILD_DEPENDS="aspell aspell-dev"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cd $src
20 ./configure && \
21 make && make DESTDIR=$DESTDIR install
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 mkdir -p $fs/usr/lib
28 cp -a $install/usr/lib/* $fs/usr/lib
29 }