wok view aspell-sl/receipt @ rev 5233

busybox: tipo in /etc/init.d/udhcpd
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Apr 08 17:17:44 2010 +0200 (2010-04-08)
parents
children e8768e5178a6
line source
1 # SliTaz package receipt.
3 PACKAGE="aspell-sl"
4 VERSION="0.50-0"
5 CATEGORY="system-tools"
6 SHORT_DESC="Slovenian aspell dictionary."
7 MAINTAINER="erjo@slitaz.org"
8 DEPENDS="aspell"
9 BUILD_DEPENDS="aspell aspell-dev"
10 SOURCE="aspell-sl"
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/sl/$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/lib
27 cp -a $_pkg/usr/lib/* $fs/usr/lib
28 }