wok-current annotate ctags/receipt @ rev 23825
Up cryptsetup (2.3.3)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu May 28 13:19:51 2020 +0000 (2020-05-28) |
parents | eb8067417980 |
children | 9af0e03b8ad0 |
rev | line source |
---|---|
rocky@5081 | 1 # SliTaz package receipt. |
rocky@5081 | 2 |
rocky@5081 | 3 PACKAGE="ctags" |
rocky@5081 | 4 VERSION="5.8" |
rocky@5081 | 5 CATEGORY="utilities" |
rocky@5081 | 6 SHORT_DESC="Generates an index file of language objects found in source files." |
rocky@5081 | 7 MAINTAINER="rocky@slitaz.org" |
pascal@15579 | 8 LICENSE="GPL2" |
al@19315 | 9 WEB_SITE="http://ctags.sourceforge.net/" |
rocky@5081 | 10 TARBALL="$PACKAGE-$VERSION.tar.gz" |
rocky@5081 | 11 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" |
rocky@5081 | 12 |
pascal@15579 | 13 BUILD_DEPENDS="" |
pascal@15579 | 14 |
rocky@5081 | 15 # Rules to configure and make the package. |
rocky@5081 | 16 compile_rules() |
rocky@5081 | 17 { |
al@19315 | 18 ./configure \ |
al@19315 | 19 --prefix=/usr \ |
al@19315 | 20 $CONFIGURE_ARGS && |
al@19315 | 21 make && |
al@19315 | 22 make prefix=$DESTDIR/usr install |
al@19315 | 23 |
al@19315 | 24 cook_pick_manpages ctags.1 |
rocky@5081 | 25 } |
rocky@5081 | 26 |
rocky@5081 | 27 # Rules to gen a SliTaz package suitable for Tazpkg. |
rocky@5081 | 28 genpkg_rules() |
rocky@5081 | 29 { |
al@19315 | 30 cook_copy_files ctags |
rocky@5081 | 31 } |