summaryrefslogtreecommitdiff
path: root/xorg-libxaw/Pkgfile
blob: 1155ff4be71ab4b62ee9146310e81ffece5437ee (plain)
    1 # Description: xorg lib libXaw
    2 # URL: http://xorg.freedesktop.org
    3 # Maintainer: Tilman Sauerbeck, tilman at crux dot nu
    4 # Depends on: xorg-xproto, xorg-libx11, xorg-xextproto, xorg-libxext, xorg-libxt, xorg-libxmu, xorg-libxpm, xorg-printproto, xorg-libxp, xorg-libxau
    5 
    6 name=xorg-libxaw
    7 version=1.0.3
    8 release=1
    9 source=(http://xorg.freedesktop.org/releases/individual/lib/libXaw-$version.tar.bz2)
   10 
   11 build() {
   12 	cd libXaw-$version
   13 
   14 	./configure --prefix=/usr --mandir=/usr/man
   15 
   16 	make
   17 	make DESTDIR=$PKG install
   18 }

Generated by cgit