wok annotate owfs/receipt @ rev 23044
gcc83-lib-base: add /usr/libgcc83/libstdc++.la (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Mar 05 12:33:26 2020 +0100 (2020-03-05) |
parents | 6f210e7f620d |
children | 5ea0ce1cecc0 |
rev | line source |
---|---|
pascal@11226 | 1 # SliTaz package receipt. |
pascal@11226 | 2 |
pascal@11226 | 3 PACKAGE="owfs" |
Hans-G?nter@21650 | 4 VERSION="3.2p3" |
pascal@11226 | 5 CATEGORY="misc" |
Hans-G?nter@21650 | 6 SHORT_DESC="One Wire File System." |
pascal@11226 | 7 MAINTAINER="l.lemarinel@gmail.com" |
pascal@15590 | 8 LICENSE="GPL2" |
pascal@21772 | 9 WEB_SITE="https://owfs.org/" |
Hans-G?nter@21650 | 10 |
pascal@11226 | 11 TARBALL="$PACKAGE-$VERSION.tar.gz" |
Hans-G?nter@21650 | 12 WGET_URL="https://github.com/$PACKAGE/$PACKAGE/archive/v$VERSION.tar.gz" |
pascal@15590 | 13 |
Hans-G?nter@21650 | 14 DEPENDS="fuse libusb" |
Hans-G?nter@21652 | 15 BUILD_DEPENDS="fuse-dev libtool libusb libusb-dev libusb-compat" |
pascal@11226 | 16 |
pascal@11226 | 17 # Rules to configure and make the package. |
pascal@11226 | 18 compile_rules() |
pascal@11226 | 19 { |
Hans-G?nter@21650 | 20 ./bootstrap && |
Hans-G?nter@21650 | 21 ./configure \ |
Hans-G?nter@21650 | 22 --prefix=/usr \ |
Hans-G?nter@21650 | 23 --bindir=/usr/bin \ |
Hans-G?nter@21650 | 24 $CONFIGURE_ARGS && |
pascal@11226 | 25 make && |
pascal@11226 | 26 make DESTDIR=$DESTDIR install |
pascal@11226 | 27 } |
pascal@11226 | 28 |
pascal@11226 | 29 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@11226 | 30 genpkg_rules() |
pascal@11226 | 31 { |
pascal@11226 | 32 mkdir -p $fs/usr |
pascal@15590 | 33 cp -a $install/usr/bin $fs/usr |
pascal@11226 | 34 } |