wok view aspell-dev/receipt @ rev 12859

dahdi-linux, iptables, linmodem*, ndiswrapper-driver, nvidia-173xx, v4l-dvb: fix EXTRAVERSION for 3.x kernels
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu May 24 19:11:41 2012 +0200 (2012-05-24)
parents 474dcad1ab6a
children f4c22f009037
line source
1 # SliTaz package receipt.
3 PACKAGE="aspell-dev"
4 VERSION="0.60.6"
5 CATEGORY="development"
6 SHORT_DESC="GNU spell checker devel files."
7 MAINTAINER="paul@slitaz.org"
8 WEB_SITE="http://aspell.net/"
9 WANTED="aspell"
11 # Rules to gen a SliTaz package suitable for Tazpkg.
12 genpkg_rules()
13 {
14 # Hard coded
15 mkdir -p $fs/usr/lib/aspell-0.60
16 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
17 cp -a $_pkg/usr/include $fs/usr
18 cp -a $_pkg/usr/lib/aspell*/*.*a $fs/usr/lib/aspell-0.60
19 }