wok-next annotate f2fs-tools/receipt @ rev 21638

updated fail2ban (0.9.0 -> 0.11.1)
author Hans-G?nter Theisgen
date Fri Jun 26 15:26:10 2020 +0100 (2020-06-26)
parents 5696132719d9
children
rev   line source
al@19816 1 # SliTaz package receipt v2.
pascal@18219 2
pascal@18219 3 PACKAGE="f2fs-tools"
Hans-G?nter@21635 4 VERSION="1.13.0"
pascal@18219 5 CATEGORY="system-tools"
al@19816 6 SHORT_DESC="Userland tools for the Flash-Friendly File System (F2FS)"
pascal@18219 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@18219 8 LICENSE="GPL2"
al@19816 9 WEB_SITE="https://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git/about/"
pascal@18219 10
al@19816 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@19816 12 WGET_URL="https://git.kernel.org/cgit/linux/kernel/git/jaegeuk/f2fs-tools.git/snapshot/$TARBALL"
al@19816 13
Hans-G?nter@21638 14 BUILD_DEPENDS="automake libtool util-linux-blkid-dev util-linux-uuid-dev"
al@21020 15 SPLIT="$PACKAGE-dev"
pascal@18219 16
Hans-G?nter@21635 17 compile_rules()
Hans-G?nter@21635 18 {
al@19816 19 autoreconf -fi &&
al@20569 20 ./configure $CONFIGURE_ARGS &&
al@20569 21 fix libtool &&
al@20569 22 make &&
al@20569 23 make install
pascal@18219 24 }
pascal@18219 25
Hans-G?nter@21635 26 genpkg_rules()
Hans-G?nter@21635 27 {
al@19816 28 case $PACKAGE in
al@19816 29 *-tools)
al@19816 30 copy @std
al@19816 31 DEPENDS="util-linux-uuid"
al@19816 32 ;;
al@19816 33 *-dev)
al@19816 34 copy @dev
al@19816 35 DEPENDS="f2fs-tools util-linux-uuid-dev"
al@19816 36 ;;
al@19816 37 esac
pascal@18219 38 }