wok-current annotate aspell-sl/receipt @ rev 18995
Add: PeaZip 6.0.0 Env:GTK2 - (peazip.org).
author | Leonardo Laporte <hackdorte@sapo.pt> |
---|---|
date | Sat Mar 19 01:26:01 2016 -0300 (2016-03-19) |
parents | e8768e5178a6 |
children | 095836df71b7 |
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" |
erjo@4716 | 5 CATEGORY="system-tools" |
erjo@4716 | 6 SHORT_DESC="Slovenian aspell dictionary." |
erjo@4716 | 7 MAINTAINER="erjo@slitaz.org" |
pascal@15361 | 8 LICENSE="GPL2" |
slaxemulator@9365 | 9 TARBALL="$PACKAGE-$VERSION.tar.bz2" |
erjo@4716 | 10 WEB_SITE="ftp://ftp.gnu.org/gnu/aspell/dict/0index.html" |
erjo@4716 | 11 WGET_URL="ftp://ftp.gnu.org/gnu/aspell/dict/sl/$TARBALL" |
erjo@4716 | 12 |
pascal@15361 | 13 DEPENDS="aspell" |
pascal@15361 | 14 BUILD_DEPENDS="aspell aspell-dev" |
pascal@15361 | 15 |
erjo@4716 | 16 # Rules to configure and make the package. |
erjo@4716 | 17 compile_rules() |
erjo@4716 | 18 { |
erjo@4716 | 19 cd $src |
erjo@4716 | 20 ./configure && \ |
pascal@15361 | 21 make && make DESTDIR=$DESTDIR install |
erjo@4716 | 22 } |
erjo@4716 | 23 |
erjo@4716 | 24 # Rules to gen a SliTaz package suitable for Tazpkg. |
erjo@4716 | 25 genpkg_rules() |
erjo@4716 | 26 { |
erjo@4716 | 27 mkdir -p $fs/usr/lib |
pascal@15361 | 28 cp -a $install/usr/lib/* $fs/usr/lib |
erjo@4716 | 29 } |