wok-next view xf86-video-neomagic/receipt @ rev 21469

updated tinc (1.0.25 -> 1.0.36)
author Hans-G?nter Theisgen
date Wed May 13 07:41:00 2020 +0100 (2020-05-13)
parents
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="xf86-video-neomagic"
4 VERSION="1.2.9" # 2015-05-08
5 CATEGORY="x-window"
6 SHORT_DESC="Xorg driver for the Neomagic graphics chipsets found in many \
7 laptop computers"
8 MAINTAINER="devel@slitaz.org"
9 LICENSE="MIT"
10 WEB_SITE="https://www.x.org/wiki/neomagic/"
11 REPOLOGY="xdrv:neomagic"
13 TARBALL="$PACKAGE-$VERSION.tar.bz2"
14 WGET_URL="$XORG_MIRROR/driver/$TARBALL"
15 TARBALL_SHA1="63762e9144926c0071f86a5a3c2bc88c02db5a4b"
17 BUILD_DEPENDS="util-macros xorg-server-dev xorgproto"
18 DEPENDS="xorg-server"
20 compile_rules() {
21 export LDFLAGS="$LDFLAGS -Wl,-z,lazy"
23 ./configure $CONFIGURE_ARGS &&
24 fix libtool &&
25 make &&
26 make install
27 }
29 TAGS="Xorg display"
31 PROVIDE="xorg-xf86-video-neomagic"