wok view aspell-pl/receipt @ rev 8460

Compling samba with -j1 now.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun Feb 06 20:49:59 2011 +0000 (2011-02-06)
parents
children 191b99ca9dc2
line source
1 # SliTaz package receipt.
3 PACKAGE="aspell-pl"
4 VERSION="6.0_20061121-0"
5 CATEGORY="system-tools"
6 SHORT_DESC="Polish aspell dictionary."
7 MAINTAINER="paul@slitaz.org"
8 DEPENDS="aspell"
9 BUILD_DEPENDS="aspell aspell-dev"
10 SOURCE="aspell6-pl"
11 TARBALL="$SOURCE-$VERSION.tar.bz2"
12 WEB_SITE="ftp://ftp.gnu.org/gnu/aspell/dict/0index.html"
13 WGET_URL="ftp://ftp.gnu.org/gnu/aspell/dict/pl/$TARBALL"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src
19 ./configure && \
20 make && make DESTDIR=$PWD/_pkg install
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 mkdir -p $fs/usr
27 cp -a $_pkg/usr/lib $fs/usr
28 }