wok annotate 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
rev   line source
paul@7201 1 # SliTaz package receipt.
paul@7201 2
paul@7201 3 PACKAGE="aspell-pl"
paul@7201 4 VERSION="6.0_20061121-0"
paul@7201 5 CATEGORY="system-tools"
paul@7201 6 SHORT_DESC="Polish aspell dictionary."
paul@7201 7 MAINTAINER="paul@slitaz.org"
pascal@15361 8 LICENSE="GPL LGPL CC-SA"
paul@7201 9 SOURCE="aspell6-pl"
paul@7201 10 TARBALL="$SOURCE-$VERSION.tar.bz2"
paul@7201 11 WEB_SITE="ftp://ftp.gnu.org/gnu/aspell/dict/0index.html"
paul@7201 12 WGET_URL="ftp://ftp.gnu.org/gnu/aspell/dict/pl/$TARBALL"
paul@7201 13
pascal@15361 14 DEPENDS="aspell"
pascal@15361 15 BUILD_DEPENDS="aspell aspell-dev"
pascal@15361 16
paul@7201 17 # Rules to configure and make the package.
paul@7201 18 compile_rules()
paul@7201 19 {
paul@7201 20 cd $src
paul@7201 21 ./configure && \
pascal@15361 22 make && make DESTDIR=$DESTDIR install
paul@7201 23 }
paul@7201 24
paul@7201 25 # Rules to gen a SliTaz package suitable for Tazpkg.
paul@7201 26 genpkg_rules()
paul@7201 27 {
paul@7201 28 mkdir -p $fs/usr
pascal@15361 29 cp -a $install/usr/lib $fs/usr
paul@7201 30 }
paul@7201 31