wok-next view xorg-xf86-video-neomagic/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-neomagic"
4 VERSION="1.2.9"
5 CATEGORY="x-window"
6 SHORT_DESC="Xorg driver for the Neomagic graphics chipsets found in many \
7 laptop computers"
8 MAINTAINER="domcox@slitaz.org"
9 LICENSE="MIT"
10 WEB_SITE="https://www.x.org/wiki/neomagic/"
12 TARBALL="xf86-video-neomagic-$VERSION.tar.bz2"
13 WGET_URL="$XORG_MIRROR/driver/$TARBALL"
15 BUILD_DEPENDS="xorg-server-dev xorg-xf86dgaproto"
16 SPLIT="xorg-xf86-video-neomagic-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 *-neomagic)
28 copy @std
29 DEPENDS="xorg-server"
30 TAGS="xorg display"
31 ;;
32 *-dev)
33 copy @dev
34 DEPENDS="xorg-xf86-video-neomagic xorg-server-dev"
35 ;;
36 esac
37 }