wok view xapian-dev/receipt @ rev 19785
Up cookutils (883)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Feb 22 13:36:36 2017 +0100 (2017-02-22) |
parents | |
children | a78610b2eb47 |
line source
1 # SliTaz package receipt.
3 PACKAGE="xapian-dev"
4 VERSION="1.2.19"
5 CATEGORY="development"
6 SHORT_DESC="An Open Source Search Engine Library."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://xapian.org/"
10 WANTED="xapian"
12 DEPENDS="xapian"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib $fs/usr/share
18 cp -a $install/usr/include $fs/usr
19 cp -a $install/usr/lib/*a $fs/usr/lib
20 cp -a $install/usr/lib/cmake $fs/usr/lib
21 cp -a $install/usr/share/aclocal $fs/usr/share
22 }