wok-next view xapian/receipt @ rev 20049

Up transfig (3.2.6a)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Oct 23 12:45:07 2017 +0200 (2017-10-23)
parents 5392e474ed6e
children 10df65db91ad
line source
1 # SliTaz package receipt v2.
3 PACKAGE="xapian"
4 VERSION="1.4.4"
5 CATEGORY="utilities"
6 SHORT_DESC="The open source search engine"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://xapian.org/"
11 TARBALL="xapian-core-$VERSION.tar.xz"
12 WGET_URL="http://oligarchy.co.uk/xapian/$VERSION/$TARBALL"
14 BUILD_DEPENDS="perl zlib-dev util-linux-uuid-dev"
15 SPLIT="xapian-dev"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 ./configure $CONFIGURE_ARGS && make && make install
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 case $PACKAGE in
27 xapian)
28 copy @std
29 DEPENDS="util-linux-uuid zlib"
30 ;;
31 *-dev) copy @dev;;
32 esac
33 }