wok-next view libpciaccess/receipt @ rev 21721

created recipes for efivar and efibootmgr
author Hans-G?nter Theisgen
date Tue Sep 01 10:09:15 2020 +0100 (2020-09-01)
parents
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="libpciaccess"
4 VERSION="0.14"
5 CATEGORY="x-window"
6 SHORT_DESC="Xorg server module"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="https://www.x.org/wiki/"
10 LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/x7lib.html"
12 TARBALL="$PACKAGE-$VERSION.tar.bz2"
13 WGET_URL="$XORG_MIRROR/lib/$TARBALL"
14 TARBALL_SHA1="f70a958bf4e744cb4ee93be64e9bc52ac05cdaeb"
16 SPLIT="$PACKAGE-dev"
18 compile_rules() {
19 ./configure \
20 --disable-static \
21 $CONFIGURE_ARGS &&
22 fix libtool &&
23 make &&
24 make install
25 }
27 TAGS="Xorg"
29 PROVIDE_std="xorg-libpciaccess"
30 PROVIDE_dev="xorg-libpciaccess-dev"