wok annotate aspell-pl/receipt @ rev 16704
mplayer-opt: typo in package name
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Wed May 28 12:02:32 2014 +0300 (2014-05-28) |
parents | 35412b57a78c |
children | 1a2b24bfa16d |
rev | line source |
---|---|
paul@7201 | 1 # SliTaz package receipt. |
paul@7201 | 2 |
paul@7201 | 3 PACKAGE="aspell-pl" |
paul@7201 | 4 VERSION="6.0_20061121-0" |
paul@7201 | 5 CATEGORY="system-tools" |
paul@7201 | 6 SHORT_DESC="Polish aspell dictionary." |
paul@7201 | 7 MAINTAINER="paul@slitaz.org" |
pascal@15361 | 8 LICENSE="GPL LGPL CC-SA" |
paul@7201 | 9 SOURCE="aspell6-pl" |
paul@7201 | 10 TARBALL="$SOURCE-$VERSION.tar.bz2" |
paul@7201 | 11 WEB_SITE="ftp://ftp.gnu.org/gnu/aspell/dict/0index.html" |
paul@7201 | 12 WGET_URL="ftp://ftp.gnu.org/gnu/aspell/dict/pl/$TARBALL" |
paul@7201 | 13 |
pascal@15361 | 14 DEPENDS="aspell" |
pascal@15361 | 15 BUILD_DEPENDS="aspell aspell-dev" |
pascal@15361 | 16 |
paul@7201 | 17 # Rules to configure and make the package. |
paul@7201 | 18 compile_rules() |
paul@7201 | 19 { |
paul@7201 | 20 cd $src |
paul@7201 | 21 ./configure && \ |
pascal@15361 | 22 make && make DESTDIR=$DESTDIR install |
paul@7201 | 23 } |
paul@7201 | 24 |
paul@7201 | 25 # Rules to gen a SliTaz package suitable for Tazpkg. |
paul@7201 | 26 genpkg_rules() |
paul@7201 | 27 { |
paul@7201 | 28 mkdir -p $fs/usr |
pascal@15361 | 29 cp -a $install/usr/lib $fs/usr |
paul@7201 | 30 } |
paul@7201 | 31 |