wok annotate aspell-sl/receipt @ rev 13805

Up: gimp (2.8.2)
author Alexander Medvedev <devl547@gmail.com>
date Sun Jan 06 05:37:33 2013 +0300 (2013-01-06)
parents ca310437a4a4
children 191b99ca9dc2
rev   line source
erjo@4716 1 # SliTaz package receipt.
erjo@4716 2
erjo@4716 3 PACKAGE="aspell-sl"
erjo@4716 4 VERSION="0.50-0"
erjo@4716 5 CATEGORY="system-tools"
erjo@4716 6 SHORT_DESC="Slovenian aspell dictionary."
erjo@4716 7 MAINTAINER="erjo@slitaz.org"
erjo@4716 8 DEPENDS="aspell"
erjo@4716 9 BUILD_DEPENDS="aspell aspell-dev"
slaxemulator@9365 10 TARBALL="$PACKAGE-$VERSION.tar.bz2"
erjo@4716 11 WEB_SITE="ftp://ftp.gnu.org/gnu/aspell/dict/0index.html"
erjo@4716 12 WGET_URL="ftp://ftp.gnu.org/gnu/aspell/dict/sl/$TARBALL"
erjo@4716 13
erjo@4716 14 # Rules to configure and make the package.
erjo@4716 15 compile_rules()
erjo@4716 16 {
erjo@4716 17 cd $src
erjo@4716 18 ./configure && \
erjo@4716 19 make && make DESTDIR=$PWD/_pkg install
erjo@4716 20 }
erjo@4716 21
erjo@4716 22 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@4716 23 genpkg_rules()
erjo@4716 24 {
erjo@4716 25 mkdir -p $fs/usr/lib
erjo@4716 26 cp -a $_pkg/usr/lib/* $fs/usr/lib
erjo@4716 27 }