wok-current view strigi-dev/receipt @ rev 15387
Up openssh (6.3p1)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Oct 27 11:08:11 2013 +0000 (2013-10-27) |
parents | a86c9d5d978f |
children | 47e1df965953 |
line source
1 # SliTaz package receipt.
3 PACKAGE="strigi-dev"
4 VERSION="0.7.2"
5 CATEGORY="development"
6 SHORT_DESC="Strigi devel file."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="LGPL2"
9 WANTED="strigi"
10 WEB_SITE="http://www.vandenoever.info/software/strigi/"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/lib
16 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
17 cp -a $install/usr/include $fs/usr
18 }