wok-4.x annotate aspell-de/receipt @ rev 6569
Up: php to 5.2.14.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Fri Oct 08 02:15:09 2010 +0000 (2010-10-08) |
parents | |
children |
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 } |