wok view aspell-pl/receipt @ rev 21434

updated metasploit (3.6.0 -> 5.0.18)
author Hans-G?nter Theisgen
date Sat Apr 27 15:37:48 2019 +0100 (2019-04-27)
parents 35412b57a78c
children 1a2b24bfa16d
line source
1 # SliTaz package receipt.
3 PACKAGE="aspell-pl"
4 VERSION="6.0_20061121-0"
5 CATEGORY="system-tools"
6 SHORT_DESC="Polish aspell dictionary."
7 MAINTAINER="paul@slitaz.org"
8 LICENSE="GPL LGPL CC-SA"
9 SOURCE="aspell6-pl"
10 TARBALL="$SOURCE-$VERSION.tar.bz2"
11 WEB_SITE="ftp://ftp.gnu.org/gnu/aspell/dict/0index.html"
12 WGET_URL="ftp://ftp.gnu.org/gnu/aspell/dict/pl/$TARBALL"
14 DEPENDS="aspell"
15 BUILD_DEPENDS="aspell aspell-dev"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 cd $src
21 ./configure && \
22 make && make DESTDIR=$DESTDIR install
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 mkdir -p $fs/usr
29 cp -a $install/usr/lib $fs/usr
30 }