wok annotate aspell-pt_PT/receipt @ rev 15142
bmpanel2: typo
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Aug 15 11:41:58 2013 +0000 (2013-08-15) |
parents | |
children | 191b99ca9dc2 |
rev | line source |
---|---|
paul@2112 | 1 # SliTaz package receipt. |
paul@2112 | 2 |
paul@2112 | 3 PACKAGE="aspell-pt_PT" |
paul@2112 | 4 VERSION="20070510-0" |
paul@2112 | 5 CATEGORY="system-tools" |
paul@2112 | 6 SHORT_DESC="Portuguese aspell dictionary." |
paul@2112 | 7 MAINTAINER="paul@slitaz.org" |
paul@2112 | 8 DEPENDS="aspell" |
paul@2112 | 9 BUILD_DEPENDS="aspell aspell-dev" |
paul@2112 | 10 SOURCE="aspell6-pt_PT" |
paul@2112 | 11 TARBALL="$SOURCE-$VERSION.tar.bz2" |
paul@2112 | 12 WEB_SITE="ftp://ftp.gnu.org/gnu/aspell/dict/0index.html" |
paul@2112 | 13 WGET_URL="ftp://ftp.gnu.org/gnu/aspell/dict/pt_PT/$TARBALL" |
paul@2112 | 14 |
paul@2112 | 15 # Rules to configure and make the package. |
paul@2112 | 16 compile_rules() |
paul@2112 | 17 { |
paul@2112 | 18 cd $src |
paul@2112 | 19 ./configure && \ |
paul@2112 | 20 make && make DESTDIR=$PWD/_pkg install |
paul@2112 | 21 } |
paul@2112 | 22 |
paul@2112 | 23 # Rules to gen a SliTaz package suitable for Tazpkg. |
paul@2112 | 24 genpkg_rules() |
paul@2112 | 25 { |
paul@2112 | 26 mkdir -p $fs/usr/lib |
paul@2112 | 27 cp -a $_pkg/usr/lib/* $fs/usr/lib |
paul@2112 | 28 } |