wok-next annotate aspell-id/receipt @ rev 19714

Up cookutils (901)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri May 12 16:19:41 2017 +0300 (2017-05-12)
parents 191b99ca9dc2
children 107066b600c7
rev   line source
erjo@4716 1 # SliTaz package receipt.
erjo@4716 2
erjo@4716 3 PACKAGE="aspell-id"
erjo@4716 4 VERSION="1.2-0"
al@19693 5 CATEGORY="text"
erjo@4716 6 SHORT_DESC="Indonesian aspell dictionary."
erjo@4716 7 MAINTAINER="erjo@slitaz.org"
pascal@15361 8 LICENSE="GPL2"
al@19693 9 WEB_SITE="https://ftp.gnu.org/gnu/aspell/dict/0index.html"
al@19693 10
al@19693 11 TARBALL="aspell5-id-$VERSION.tar.bz2"
al@19693 12 WGET_URL="$GNU_MIRROR/aspell/dict/id/$TARBALL"
erjo@4716 13
pascal@15361 14 DEPENDS="aspell"
al@19693 15 BUILD_DEPENDS="aspell-dev"
pascal@15361 16
erjo@4716 17 # Rules to configure and make the package.
erjo@4716 18 compile_rules()
erjo@4716 19 {
al@19693 20 ./configure && make && make install
erjo@4716 21 }
erjo@4716 22
erjo@4716 23 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@4716 24 genpkg_rules()
erjo@4716 25 {
al@19693 26 cook_copy_folders lib
erjo@4716 27 }