Magellan Linux

Contents of /smage/branches/alx07x-unstable/core/xproto/xproto-7.0.31-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 9722 - (show annotations) (download)
Thu Aug 3 13:25:38 2017 UTC (6 years, 8 months ago) by niro
File size: 234 byte(s)
-release branches/alx07x-unstable
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"