wok-next annotate aspell-es/receipt @ rev 6058
commoncpp2: Upgrade to 1.8.0
author | Matthew Sheets <rcx@zoominternet.net> |
---|---|
date | Thu Aug 19 22:18:58 2010 +0000 (2010-08-19) |
parents | |
children | a9f2243f2116 |
rev | line source |
---|---|
paul@2110 | 1 # SliTaz package receipt. |
paul@2110 | 2 |
paul@2110 | 3 PACKAGE="aspell-es" |
paul@2110 | 4 VERSION="1.9a-1" |
paul@2110 | 5 CATEGORY="system-tools" |
paul@2110 | 6 SHORT_DESC="Spanish aspell dictionary." |
paul@2110 | 7 MAINTAINER="paul@slitaz.org" |
paul@2110 | 8 DEPENDS="aspell" |
paul@2110 | 9 BUILD_DEPENDS="aspell aspell-dev" |
paul@2110 | 10 SOURCE="aspell6-es" |
paul@2110 | 11 TARBALL="$SOURCE-$VERSION.tar.bz2" |
paul@2110 | 12 WEB_SITE="ftp://ftp.gnu.org/gnu/aspell/dict/0index.html" |
paul@2110 | 13 WGET_URL="ftp://ftp.gnu.org/gnu/aspell/dict/es/$TARBALL" |
paul@2110 | 14 |
paul@2110 | 15 # Rules to configure and make the package. |
paul@2110 | 16 compile_rules() |
paul@2110 | 17 { |
paul@2110 | 18 cd $src |
paul@2110 | 19 ./configure && \ |
paul@2110 | 20 make && make DESTDIR=$PWD/_pkg install |
paul@2110 | 21 } |
paul@2110 | 22 |
paul@2110 | 23 # Rules to gen a SliTaz package suitable for Tazpkg. |
paul@2110 | 24 genpkg_rules() |
paul@2110 | 25 { |
paul@2110 | 26 mkdir -p $fs/usr/lib |
paul@2110 | 27 cp -a $_pkg/usr/lib/* $fs/usr/lib |
paul@2110 | 28 } |