wok annotate aspell-de/receipt @ rev 13040
Add libconfig
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Jun 15 12:26:21 2012 +0200 (2012-06-15) |
parents | |
children | 191b99ca9dc2 |
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" |
paul@2109 | 8 DEPENDS="aspell" |
paul@2109 | 9 BUILD_DEPENDS="aspell aspell-dev" |
paul@2109 | 10 SOURCE="aspell6-de" |
paul@2109 | 11 TARBALL="$SOURCE-$VERSION.tar.bz2" |
paul@2109 | 12 WEB_SITE="ftp://ftp.gnu.org/gnu/aspell/dict/0index.html" |
paul@2109 | 13 WGET_URL="ftp://ftp.gnu.org/gnu/aspell/dict/de/$TARBALL" |
paul@2109 | 14 |
paul@2109 | 15 # Rules to configure and make the package. |
paul@2109 | 16 compile_rules() |
paul@2109 | 17 { |
paul@2109 | 18 cd $src |
paul@2109 | 19 ./configure && \ |
paul@2109 | 20 make && make DESTDIR=$PWD/_pkg install |
paul@2109 | 21 } |
paul@2109 | 22 |
paul@2109 | 23 # Rules to gen a SliTaz package suitable for Tazpkg. |
paul@2109 | 24 genpkg_rules() |
paul@2109 | 25 { |
paul@2109 | 26 mkdir -p $fs/usr/lib |
paul@2109 | 27 cp -a $_pkg/usr/lib/* $fs/usr/lib |
paul@2109 | 28 } |