Magellan Linux

Contents of /smage/trunk/core/xproto/xproto-7.0.31-r3.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 11741 - (show annotations) (download)
Thu Jan 11 15:07:17 2018 UTC (6 years, 3 months ago) by niro
File size: 241 byte(s)
auto added: ver bump to 7.0.31-r3
1 # $Id$
2
3 PNAME="xproto"
4 PVER="7.0.31"
5 PBUILD="r3"
6
7 PCAT="x11-proto"
8
9 DESCRIPTION="X11 protocol headers."
10 HOMEPAGE="http://xorg.freedesktop.org"
11
12 sminclude xorg multilib mbuild
13
14 # fix broken busbox mkdir -p detection
15 export MKDIR_P="mkdir -p"