wok diff strigi-dev/receipt @ rev 7481

Removed glibc-locale from abiword depends. Added soft link for /usr/share/pixmaps/abiword.png to /usr/share/icons/abiword_48.png. Fixed error when running abiword on command line.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Dec 02 02:25:29 2010 +0000 (2010-12-02)
parents
children a00bf44ed23d
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/strigi-dev/receipt	Thu Dec 02 02:25:29 2010 +0000
     1.3 @@ -0,0 +1,17 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="strigi-dev"
     1.7 +VERSION="0.7.2"
     1.8 +CATEGORY="development"
     1.9 +SHORT_DESC="Strigi devel file."
    1.10 +MAINTAINER="pankso@slitaz.org"
    1.11 +WANTED="strigi"
    1.12 +WEB_SITE="http://www.vandenoever.info/software/strigi/"
    1.13 +
    1.14 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.15 +genpkg_rules()
    1.16 +{
    1.17 +	mkdir -p $fs/usr/lib
    1.18 +	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
    1.19 +	cp -a $_pkg/usr/include $fs/usr
    1.20 +}