forked from ports/compat-32
xorg-xorgproto-32: initial import
This commit is contained in:
parent
95fb9dad33
commit
c9e18b9d94
0
xorg-xorgproto-32/.32bit
Normal file
0
xorg-xorgproto-32/.32bit
Normal file
34
xorg-xorgproto-32/.footprint
Normal file
34
xorg-xorgproto-32/.footprint
Normal file
@ -0,0 +1,34 @@
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/lib32/
|
||||
drwxr-xr-x root/root usr/lib32/pkgconfig/
|
||||
-rw-r--r-- root/root usr/lib32/pkgconfig/applewmproto.pc
|
||||
-rw-r--r-- root/root usr/lib32/pkgconfig/bigreqsproto.pc
|
||||
-rw-r--r-- root/root usr/lib32/pkgconfig/compositeproto.pc
|
||||
-rw-r--r-- root/root usr/lib32/pkgconfig/damageproto.pc
|
||||
-rw-r--r-- root/root usr/lib32/pkgconfig/dmxproto.pc
|
||||
-rw-r--r-- root/root usr/lib32/pkgconfig/dri2proto.pc
|
||||
-rw-r--r-- root/root usr/lib32/pkgconfig/dri3proto.pc
|
||||
-rw-r--r-- root/root usr/lib32/pkgconfig/fixesproto.pc
|
||||
-rw-r--r-- root/root usr/lib32/pkgconfig/fontsproto.pc
|
||||
-rw-r--r-- root/root usr/lib32/pkgconfig/glproto.pc
|
||||
-rw-r--r-- root/root usr/lib32/pkgconfig/inputproto.pc
|
||||
-rw-r--r-- root/root usr/lib32/pkgconfig/kbproto.pc
|
||||
-rw-r--r-- root/root usr/lib32/pkgconfig/presentproto.pc
|
||||
-rw-r--r-- root/root usr/lib32/pkgconfig/randrproto.pc
|
||||
-rw-r--r-- root/root usr/lib32/pkgconfig/recordproto.pc
|
||||
-rw-r--r-- root/root usr/lib32/pkgconfig/renderproto.pc
|
||||
-rw-r--r-- root/root usr/lib32/pkgconfig/resourceproto.pc
|
||||
-rw-r--r-- root/root usr/lib32/pkgconfig/scrnsaverproto.pc
|
||||
-rw-r--r-- root/root usr/lib32/pkgconfig/trapproto.pc
|
||||
-rw-r--r-- root/root usr/lib32/pkgconfig/videoproto.pc
|
||||
-rw-r--r-- root/root usr/lib32/pkgconfig/windowswmproto.pc
|
||||
-rw-r--r-- root/root usr/lib32/pkgconfig/xcmiscproto.pc
|
||||
-rw-r--r-- root/root usr/lib32/pkgconfig/xextproto.pc
|
||||
-rw-r--r-- root/root usr/lib32/pkgconfig/xf86bigfontproto.pc
|
||||
-rw-r--r-- root/root usr/lib32/pkgconfig/xf86dgaproto.pc
|
||||
-rw-r--r-- root/root usr/lib32/pkgconfig/xf86driproto.pc
|
||||
-rw-r--r-- root/root usr/lib32/pkgconfig/xf86miscproto.pc
|
||||
-rw-r--r-- root/root usr/lib32/pkgconfig/xf86vidmodeproto.pc
|
||||
-rw-r--r-- root/root usr/lib32/pkgconfig/xineramaproto.pc
|
||||
-rw-r--r-- root/root usr/lib32/pkgconfig/xproto.pc
|
||||
-rw-r--r-- root/root usr/lib32/pkgconfig/xproxymngproto.pc
|
1
xorg-xorgproto-32/.md5sum
Normal file
1
xorg-xorgproto-32/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
81557ca47ee66a4e54590fcdadd28114 xorgproto-2018.4.tar.bz2
|
5
xorg-xorgproto-32/.signature
Normal file
5
xorg-xorgproto-32/.signature
Normal file
@ -0,0 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/compat-32.pub
|
||||
RWSwxGo/zH7eXWipBvtOp34ykjRr8gt92v72bZJxBQuqI/tSd+Gs61nv6xIoFDXNiBfrYNBWB2QzqCVFkM9ytm/dV47sst955wo=
|
||||
SHA256 (Pkgfile) = 2c5311fb61cd6e0cc70293da698cb8fd1d6679314ce8652a010fdf5fb81e0c01
|
||||
SHA256 (.footprint) = bff892aad83db483f6962619047eb357d76c28b96666905db04b633b60f1fe31
|
||||
SHA256 (xorgproto-2018.4.tar.bz2) = fee885e0512899ea5280c593fdb2735beb1693ad170c22ebcc844470eec415a0
|
24
xorg-xorgproto-32/Pkgfile
Normal file
24
xorg-xorgproto-32/Pkgfile
Normal file
@ -0,0 +1,24 @@
|
||||
# Description: xorg xorgproto
|
||||
# URL: http://xorg.freedesktop.org
|
||||
# Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu
|
||||
# Depends on: xorg-xorgproto
|
||||
|
||||
name=xorg-xorgproto-32
|
||||
version=2018.4
|
||||
release=1
|
||||
source=(https://xorg.freedesktop.org/archive/individual/proto/xorgproto-$version.tar.bz2)
|
||||
|
||||
build() {
|
||||
cd xorgproto-$version
|
||||
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--libdir=/usr/lib32 \
|
||||
--datarootdir=/usr/lib32 \
|
||||
--host=i686-pc-linux-gnu
|
||||
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
|
||||
rm -r $PKG/usr/include $PKG/usr/lib32/doc
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user