wok-next annotate aspell-sl/receipt @ rev 19742

Up alsaplayer and alsa-lib to v2.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Jun 05 19:31:24 2017 +0000 (2017-06-05)
parents 191b99ca9dc2
children 107066b600c7
rev   line source
erjo@4716 1 # SliTaz package receipt.
erjo@4716 2
erjo@4716 3 PACKAGE="aspell-sl"
erjo@4716 4 VERSION="0.50-0"
al@19693 5 CATEGORY="text"
erjo@4716 6 SHORT_DESC="Slovenian 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
slaxemulator@9365 11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
al@19693 12 WGET_URL="$GNU_MIRROR/aspell/dict/sl/$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 }