wok annotate aspell-de/receipt @ rev 20032
Up hostapd (2.6)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Aug 23 13:34:58 2017 +0200 (2017-08-23) |
parents | 9bd7a2a44d52 |
children | 14152672ca98 |
rev | line source |
---|---|
paul@2109 | 1 # SliTaz package receipt. |
paul@2109 | 2 |
paul@2109 | 3 PACKAGE="aspell-de" |
paul@2109 | 4 VERSION="20030222-1" |
paul@2109 | 5 CATEGORY="system-tools" |
paul@2109 | 6 SHORT_DESC="German aspell dictionary." |
paul@2109 | 7 MAINTAINER="paul@slitaz.org" |
pascal@15361 | 8 LICENSE="GPL2" |
paul@2109 | 9 SOURCE="aspell6-de" |
paul@2109 | 10 TARBALL="$SOURCE-$VERSION.tar.bz2" |
paul@2109 | 11 WEB_SITE="ftp://ftp.gnu.org/gnu/aspell/dict/0index.html" |
paul@2109 | 12 WGET_URL="ftp://ftp.gnu.org/gnu/aspell/dict/de/$TARBALL" |
paul@2109 | 13 |
pascal@15361 | 14 DEPENDS="aspell" |
pascal@15361 | 15 BUILD_DEPENDS="aspell aspell-dev" |
pascal@15361 | 16 |
paul@2109 | 17 # Rules to configure and make the package. |
paul@2109 | 18 compile_rules() |
paul@2109 | 19 { |
paul@2109 | 20 cd $src |
paul@2109 | 21 ./configure && \ |
pascal@15361 | 22 make && make DESTDIR=$DESTDIR install |
paul@2109 | 23 } |
paul@2109 | 24 |
paul@2109 | 25 # Rules to gen a SliTaz package suitable for Tazpkg. |
paul@2109 | 26 genpkg_rules() |
paul@2109 | 27 { |
paul@2109 | 28 mkdir -p $fs/usr/lib |
pascal@15361 | 29 cp -a $install/usr/lib/* $fs/usr/lib |
paul@2109 | 30 } |