wok-next view xorg-xf86-video-sisusb/receipt @ rev 20534
Clean default configure options when site script used.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Mar 30 19:31:50 2018 +0300 (2018-03-30) |
parents | ea3c4b76ea5d |
children | d305457ae6b8 |
line source
1 # SliTaz package receipt v2.
3 PACKAGE="xorg-xf86-video-sisusb"
4 VERSION="0.9.7"
5 CATEGORY="x-window"
6 SHORT_DESC="Xorg driver for SiS (Silicon Integrated Systems) video chips that \
7 are connected via a Net2280-based USB dongle"
8 MAINTAINER="al.bobylev@gmail.com"
9 LICENSE="MIT"
10 WEB_SITE="https://www.x.org/wiki/"
12 TARBALL="xf86-video-sisusb-$VERSION.tar.bz2"
13 WGET_URL="$XORG_MIRROR/driver/$TARBALL"
15 BUILD_DEPENDS="xorg-server-dev"
16 SPLIT="xorg-xf86-video-sisusb-dev"
17 PKG_RULE="std-dev"
19 compile_rules() {
20 ./configure $CONFIGURE_ARGS &&
21 make &&
22 make install
23 }
25 genpkg_rules() {
26 case $PACKAGE in
27 *-sisusb)
28 copy @std
29 DEPENDS="xorg-server"
30 TAGS="xorg display"
31 ;;
32 *-dev)
33 copy @dev
34 DEPENDS="xorg-xf86-video-sisusb xorg-server-dev"
35 ;;
36 esac
37 }