Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


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