wok view aspell-dev/receipt @ rev 5639

Add deadbeef (work well and more functions than alsaplayer = new default audio player)
author Christophe Lincoln <pankso@slitaz.org>
date Fri May 28 20:59:53 2010 +0200 (2010-05-28)
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 }