wok-next annotate aspell-sl/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. |
erjo@4716 | 2 |
erjo@4716 | 3 PACKAGE="aspell-sl" |
erjo@4716 | 4 VERSION="0.50-0" |
al@19693 | 5 CATEGORY="text" |
al@19762 | 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 |
al@19693 | 14 BUILD_DEPENDS="aspell-dev" |
pascal@15361 | 15 |
erjo@4716 | 16 # Rules to configure and make the package. |
erjo@4716 | 17 compile_rules() |
erjo@4716 | 18 { |
al@19693 | 19 ./configure && make && make install |
erjo@4716 | 20 } |
erjo@4716 | 21 |
erjo@4716 | 22 # Rules to gen a SliTaz package suitable for Tazpkg. |
erjo@4716 | 23 genpkg_rules() |
erjo@4716 | 24 { |
al@19762 | 25 copy @std |
al@19762 | 26 DEPENDS="aspell" |
erjo@4716 | 27 } |