wok-current view gtkspell-dev/receipt @ rev 11907
xcb-util fixed symlinks. Was using absolute paths
author | Samuel Trassare <samuel_trassare@yahoo.com> |
---|---|
date | Wed Feb 29 12:26:28 2012 -0800 (2012-02-29) |
parents | 659f5e0ed167 |
children | d4b159e1110b |
line source
1 # SliTaz package receipt.
3 PACKAGE="gtkspell-dev"
4 VERSION="2.0.16"
5 CATEGORY="development"
6 SHORT_DESC="provides highlighting and replacement of misspelled words"
7 MAINTAINER="allan316@gmail.com"
8 DEPENDS="enchant gtkspell"
9 WEB_SITE="http://gtkspell.sourceforge.net"
10 WANTED="gtkspell"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/lib
16 cp -a $_pkg/usr/include $fs/usr
17 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
18 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
19 }