summaryrefslogtreecommitdiff
path: root/xorg-util-macros/Pkgfile
blob: 8897bf67c492b741cb8f51d7e092125b39de3275 (plain)
    1 # Description: xorg m4 macros
    2 # URL: http://xorg.freedesktop.org
    3 # Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
    4 
    5 name=xorg-util-macros
    6 version=1.18.0
    7 release=1
    8 source=(http://xorg.freedesktop.org/releases/individual/util/util-macros-$version.tar.bz2)
    9 
   10 build() {
   11 	cd util-macros-$version
   12 
   13 	./configure --prefix=/usr
   14 
   15 	make
   16 	make DESTDIR=$PKG install
   17 }

Generated by cgit