summaryrefslogtreecommitdiff
path: root/xorg-libxres/Pkgfile
blob: 9f8cd59ffa37a36f048d7eff24e78d2ed3129cb5 (plain)
    1 # Description: X Resource extension client library
    2 # URL: http://xorg.freedesktop.org
    3 # Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
    4 # Depends on: xorg-libxext
    5 
    6 name=xorg-libxres
    7 version=1.2.2
    8 release=1
    9 source=(https://www.x.org/releases/individual/lib/libXres-$version.tar.xz)
   10 
   11 build() {
   12 	cd libXres-$version
   13 	./configure --prefix=/usr
   14 	make
   15 	make DESTDIR=$PKG install
   16 }

Generated by cgit