wok-6.x view owfs/receipt @ rev 21526
updated ncurses, ncurses-common, ncurses-dev, ncurses-extra, ncurses-man, ncursesw, ncursesw-dev, and ncursesw-extra (5.9 -> 6.1)
author | Hans-G?nter Theisgen |
---|---|
date | Sat May 04 11:23:56 2019 +0100 (2019-05-04) |
parents | 600aaedb561d |
children | f15dfe3b6923 |
line source
1 # SliTaz package receipt.
3 PACKAGE="owfs"
4 VERSION="3.2p1"
5 CATEGORY="misc"
6 SHORT_DESC="OWFS One Wire File System."
7 MAINTAINER="l.lemarinel@gmail.com"
8 LICENSE="GPL2"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://owfs.org/"
11 WGET_URL="http://freefr.dl.sourceforge.net/project/owfs/owfs/$VERSION/$TARBALL"
13 BUILD_DEPENDS="fuse-dev libusb libusb-dev libusb-compat"
14 DEPENDS="fuse libusb"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 ./configure --prefix=/usr --bindir=/usr/bin $CONFIGURE_ARGS &&
20 make &&
21 make DESTDIR=$DESTDIR install
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 mkdir -p $fs/usr
28 cp -a $install/usr/bin $fs/usr
29 }