wok-next annotate ctags/receipt @ rev 21139

lftp: use openssl instead of gnutls
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Jan 24 05:20:16 2019 +0200 (2019-01-24)
parents f463de72afe3
children
rev   line source
al@21020 1 # SliTaz package receipt v2.
rocky@5081 2
rocky@5081 3 PACKAGE="ctags"
rocky@5081 4 VERSION="5.8"
rocky@5081 5 CATEGORY="utilities"
al@21020 6 SHORT_DESC="Generates an index file of language objects found in source files"
al@21020 7 MAINTAINER="devel@slitaz.org"
pascal@15579 8 LICENSE="GPL2"
al@19315 9 WEB_SITE="http://ctags.sourceforge.net/"
al@21020 10
rocky@5081 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
rocky@5081 12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
rocky@5081 13
al@21020 14 compile_rules() {
al@19315 15 ./configure \
al@19315 16 --prefix=/usr \
al@19315 17 $CONFIGURE_ARGS &&
al@19315 18 make &&
al@21020 19 make prefix=$install/usr install || return 1
al@19315 20
al@19315 21 cook_pick_manpages ctags.1
rocky@5081 22 }
rocky@5081 23
al@21020 24 genpkg_rules() {
al@19783 25 copy ctags
rocky@5081 26 }