wok-next annotate libbsd/receipt @ rev 21020
Cleaning is almost finished... I should proceed to upgrades.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Nov 02 14:15:08 2018 +0200 (2018-11-02) |
parents | e7a485521d6a |
children |
rev | line source |
---|---|
al@19816 | 1 # SliTaz package receipt v2. |
claudinei@14893 | 2 |
claudinei@14893 | 3 PACKAGE="libbsd" |
al@20905 | 4 VERSION="0.9.1" |
claudinei@14893 | 5 CATEGORY="development" |
al@19816 | 6 SHORT_DESC="Provides useful functions commonly found on BSD systems" |
claudinei@14893 | 7 MAINTAINER="claudinei@slitaz.org" |
pascal@14894 | 8 LICENSE="BSD MIT" |
al@19816 | 9 WEB_SITE="https://libbsd.freedesktop.org/wiki/" |
al@19816 | 10 |
claudinei@14893 | 11 TARBALL="$PACKAGE-$VERSION.tar.xz" |
al@19816 | 12 WGET_URL="https://libbsd.freedesktop.org/releases/$TARBALL" |
al@19816 | 13 |
al@21020 | 14 SPLIT="$PACKAGE-dev" |
claudinei@14893 | 15 |
al@20575 | 16 compile_rules() { |
al@20575 | 17 ./configure $CONFIGURE_ARGS && |
al@20575 | 18 fix libtool && |
al@20575 | 19 make && |
al@20575 | 20 make install |
claudinei@14893 | 21 } |
claudinei@14893 | 22 |
al@20575 | 23 genpkg_rules() { |
al@19816 | 24 case $PACKAGE in |
al@19816 | 25 libbsd) copy @std;; |
al@19816 | 26 *-dev) copy @dev;; |
al@19816 | 27 esac |
claudinei@14893 | 28 } |