wok view aspell-dev/receipt @ rev 15674

Up: wbar2 (2.3.4)
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Thu Dec 19 01:29:10 2013 +0100 (2013-12-19)
parents 5547544d23e8
children 128aae84d74c
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 LICENSE="LGPL2"
9 WEB_SITE="http://aspell.net/"
10 WANTED="aspell"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 # Hard coded
16 mkdir -p $fs/usr/lib/aspell-0.60
17 cp -a $install/usr/lib/*.*a $fs/usr/lib
18 cp -a $install/usr/include $fs/usr
19 cp -a $install/usr/lib/aspell*/*.*a $fs/usr/lib/aspell-0.60
20 }