wok-6.x annotate aspell-pl/receipt @ rev 13025

clucene-dev, clucene, drupal, fcitx-skin-default, fcitx-zm, gejengel, hd2u, input-utils, jdk6-jaf, jdk6-jaxp, jdk6-jaxws, kismet, libedit-dev, libedit, linux-module-headers, linux-ocfs2, linux-staging, linux64-ocfs2, linux64-staging, menu-railroad, nfs-utils, ode-dev, openjdk-6-src, runcom, talloc-python, vlc-plugin, xorg-xf86-video-neomagic: fix maintainer
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Jun 11 17:36:31 2012 +0200 (2012-06-11)
parents
children 191b99ca9dc2
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"
paul@7201 8 DEPENDS="aspell"
paul@7201 9 BUILD_DEPENDS="aspell aspell-dev"
paul@7201 10 SOURCE="aspell6-pl"
paul@7201 11 TARBALL="$SOURCE-$VERSION.tar.bz2"
paul@7201 12 WEB_SITE="ftp://ftp.gnu.org/gnu/aspell/dict/0index.html"
paul@7201 13 WGET_URL="ftp://ftp.gnu.org/gnu/aspell/dict/pl/$TARBALL"
paul@7201 14
paul@7201 15 # Rules to configure and make the package.
paul@7201 16 compile_rules()
paul@7201 17 {
paul@7201 18 cd $src
paul@7201 19 ./configure && \
paul@7201 20 make && make DESTDIR=$PWD/_pkg install
paul@7201 21 }
paul@7201 22
paul@7201 23 # Rules to gen a SliTaz package suitable for Tazpkg.
paul@7201 24 genpkg_rules()
paul@7201 25 {
paul@7201 26 mkdir -p $fs/usr
paul@7201 27 cp -a $_pkg/usr/lib $fs/usr
paul@7201 28 }
paul@7201 29