ports

morpheus ports
git clone git://git.2f30.org/ports
Log | Files | Refs | LICENSE

xorgxcbproto.mk (360B)


      1 # make deps: python2.7, xmllint (libxml2).
      2 TARG = xorgxcbproto
      3 
      4 <$mkbuild/mk.common-noinst
      5 
      6 xorgxcbproto:QV:
      7 	export PYTHON="python2.7"
      8     ./configure \
      9         --build="${TOOLCHAIN_TRIPLET}" \
     10         --host="${HOST_TOOLCHAIN_TRIPLET}" \
     11         --prefix="$PREFIX" \
     12         --mandir="$ROOT/share/man"
     13     make -j$nprocs
     14     make install DESTDIR="`pwd`/lib"