wok-6.x annotate aspell-es/receipt @ rev 11749
Fix galculator desktop file and remove icon they is one in the new slitaz-icon
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Wed Feb 22 02:56:59 2012 +0100 (2012-02-22) |
parents | a9f2243f2116 |
children | 191b99ca9dc2 |
rev | line source |
---|---|
paul@2110 | 1 # SliTaz package receipt. |
paul@2110 | 2 |
paul@2110 | 3 PACKAGE="aspell-es" |
slaxemulator@7385 | 4 VERSION="1.11" |
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" |
slaxemulator@7385 | 11 TARBALL="$SOURCE-$VERSION-2.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 && \ |
slaxemulator@8751 | 20 make && make DESTDIR=$DESTDIR 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 } |