wok-next diff ctags/receipt @ rev 21103

emacs: depends on emacs-common
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Jan 03 11:21:15 2019 +0200 (2019-01-03)
parents f463de72afe3
children
line diff
     1.1 --- a/ctags/receipt	Sun Jun 18 04:38:10 2017 +0300
     1.2 +++ b/ctags/receipt	Thu Jan 03 11:21:15 2019 +0200
     1.3 @@ -1,31 +1,26 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="ctags"
     1.8  VERSION="5.8"
     1.9  CATEGORY="utilities"
    1.10 -SHORT_DESC="Generates an index file of language objects found in source files."
    1.11 -MAINTAINER="rocky@slitaz.org"
    1.12 +SHORT_DESC="Generates an index file of language objects found in source files"
    1.13 +MAINTAINER="devel@slitaz.org"
    1.14  LICENSE="GPL2"
    1.15  WEB_SITE="http://ctags.sourceforge.net/"
    1.16 +
    1.17  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.18  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.19  
    1.20 -BUILD_DEPENDS=""
    1.21 -
    1.22 -# Rules to configure and make the package.
    1.23 -compile_rules()
    1.24 -{
    1.25 +compile_rules() {
    1.26  	./configure \
    1.27  		--prefix=/usr \
    1.28  		$CONFIGURE_ARGS &&
    1.29  	make &&
    1.30 -	make prefix=$DESTDIR/usr install
    1.31 +	make prefix=$install/usr install || return 1
    1.32  
    1.33  	cook_pick_manpages ctags.1
    1.34  }
    1.35  
    1.36 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.37 -genpkg_rules()
    1.38 -{
    1.39 +genpkg_rules() {
    1.40  	copy ctags
    1.41  }