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
|
2012-07-16 02:15:01 +10:00
|
|
|
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
|
2018-04-14 20:01:33 +10:00
|
|
|
# Depends on: xorg-libxext
|
2006-04-07 18:48:00 +02:00
|
|
|
|
|
|
|
name=xorg-libxres
|
2022-12-05 13:43:15 +01:00
|
|
|
version=1.2.2
|
2017-10-11 20:46:45 +02:00
|
|
|
release=1
|
2022-12-05 13:43:15 +01:00
|
|
|
source=(https://www.x.org/releases/individual/lib/libXres-$version.tar.xz)
|
2006-04-07 18:48:00 +02:00
|
|
|
|
|
|
|
build() {
|
|
|
|
cd libXres-$version
|
2015-08-12 11:06:49 -05:00
|
|
|
./configure --prefix=/usr
|
2006-04-07 18:48:00 +02:00
|
|
|
make
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
}
|