wok-next annotate libestr/receipt @ rev 20775

quodlibet: remove non-existent package from bdeps
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Jun 06 20:44:57 2018 +0300 (2018-06-06)
parents a7b1395df64a
children d5aab818505e
rev   line source
al@20459 1 # SliTaz package receipt v2.
erjo@11415 2
erjo@11415 3 PACKAGE="libestr"
erjo@11415 4 VERSION="0.1.2"
erjo@11415 5 CATEGORY="system-tools"
al@20459 6 SHORT_DESC="Some essentials for string handling"
erjo@11415 7 MAINTAINER="erjo@slitaz.org"
pascal@15472 8 LICENSE="LGPL2"
erjo@11415 9 WEB_SITE="http://libestr.adiscon.com/"
al@20459 10
erjo@11415 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
erjo@11415 12 WGET_URL="http://libestr.adiscon.com/files/download/$TARBALL"
erjo@11415 13
al@20459 14 SPLIT="libestr-dev"
al@20459 15
al@20459 16 compile_rules() {
al@20575 17 ./configure $CONFIGURE_ARGS &&
al@20575 18 fix libtool &&
al@20575 19 make &&
al@20575 20 make install
erjo@11415 21 }
erjo@11415 22
al@20459 23 genpkg_rules() {
al@20459 24 case $PACKAGE in
al@20575 25 libestr) copy @std;;
al@20575 26 *-dev) copy @dev;;
al@20459 27 esac
erjo@11415 28 }