wok-next annotate aspell-de/receipt @ rev 19762

Fix glib installing and packaging, up aspell-* receipts.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Jun 10 12:36:39 2017 +0300 (2017-06-10)
parents 4048d48a47c1
children
rev   line source
al@19762 1 # SliTaz package receipt v2.
paul@2109 2
paul@2109 3 PACKAGE="aspell-de"
paul@2109 4 VERSION="20030222-1"
al@19693 5 CATEGORY="text"
al@19762 6 SHORT_DESC="German aspell dictionary"
paul@2109 7 MAINTAINER="paul@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="aspell6-de-$VERSION.tar.bz2"
al@19693 12 WGET_URL="$GNU_MIRROR/aspell/dict/de/$TARBALL"
paul@2109 13
al@19693 14 BUILD_DEPENDS="aspell-dev"
pascal@15361 15
paul@2109 16 # Rules to configure and make the package.
paul@2109 17 compile_rules()
paul@2109 18 {
al@19693 19 ./configure && make && make install
paul@2109 20 }
paul@2109 21
paul@2109 22 # Rules to gen a SliTaz package suitable for Tazpkg.
paul@2109 23 genpkg_rules()
paul@2109 24 {
al@19762 25 copy @std
al@19762 26 DEPENDS="aspell"
paul@2109 27 }