xorg/xorg-libxres/Pkgfile

19 lines
384 B
Plaintext
Raw Normal View History

2008-05-22 09:09:42 +02:00
# Description: X Resource extension client library
2006-04-07 18:48:00 +02:00
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
2018-04-14 12:01:33 +02:00
# Depends on: xorg-libxext
2006-04-07 18:48:00 +02:00
name=xorg-libxres
2017-10-11 20:46:45 +02:00
version=1.2.0
release=1
source=(https://www.x.org/releases/individual/lib/libXres-$version.tar.bz2)
2006-04-07 18:48:00 +02:00
build() {
cd libXres-$version
./configure --prefix=/usr
2006-04-07 18:48:00 +02:00
make
make DESTDIR=$PKG install
}