diff options
Diffstat (limited to 'xorg/xorg-util-macros/Pkgfile')
-rw-r--r-- | xorg/xorg-util-macros/Pkgfile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/xorg/xorg-util-macros/Pkgfile b/xorg/xorg-util-macros/Pkgfile new file mode 100644 index 000000000..f1045c1d5 --- /dev/null +++ b/xorg/xorg-util-macros/Pkgfile @@ -0,0 +1,17 @@ +# Description: xorg m4 macros +# URL: http://xorg.freedesktop.org +# Maintainer: Tilman Sauerbeck, tilman at crux dot nu + +name=xorg-util-macros +version=1.3.0 +release=1 +source=(http://xorg.freedesktop.org/releases/individual/util/util-macros-$version.tar.bz2) + +build() { + cd util-macros-$version + + ./configure --prefix=/usr + + make + make DESTDIR=$PKG install +} |