wok-next annotate aspell-en/receipt @ rev 20669

vde2: up / fix build
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri May 11 14:21:30 2018 +0300 (2018-05-11)
parents 107066b600c7
children
rev   line source
al@19762 1 # SliTaz package receipt v2.
paul@2099 2
paul@2099 3 PACKAGE="aspell-en"
al@19693 4 VERSION="2017.01.22-0"
al@19693 5 CATEGORY="text"
al@19762 6 SHORT_DESC="English aspell dictionary"
paul@2099 7 MAINTAINER="paul@slitaz.org"
pascal@15361 8 LICENSE="PublicDomain"
al@19693 9 WEB_SITE="https://ftp.gnu.org/gnu/aspell/dict/0index.html"
paul@2099 10
al@19693 11 TARBALL="aspell6-en-$VERSION.tar.bz2"
al@19693 12 WGET_URL="$GNU_MIRROR/aspell/dict/en/$TARBALL"
al@19693 13
pankso@16248 14 BUILD_DEPENDS="aspell-dev"
pascal@15361 15
paul@2099 16 # Rules to configure and make the package.
paul@2099 17 compile_rules()
paul@2099 18 {
al@19693 19 ./configure && make && make install
paul@2099 20 }
paul@2099 21
paul@2099 22 # Rules to gen a SliTaz package suitable for Tazpkg.
paul@2099 23 genpkg_rules()
paul@2099 24 {
al@19762 25 copy @std
al@19762 26 DEPENDS="aspell"
paul@2099 27 }