xorg/xorg-libxfixes/Pkgfile

17 lines
383 B
Plaintext
Raw Normal View History

2008-05-22 09:09:42 +02:00
# Description: X Fixes extension client library
2006-04-07 18:48:00 +02:00
# URL: http://xorg.freedesktop.org
2012-07-15 17:47:29 +02:00
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
2018-04-14 12:01:33 +02:00
# Depends on: xorg-libx11
2006-04-07 18:48:00 +02:00
name=xorg-libxfixes
2023-04-10 12:31:46 +02:00
version=6.0.1
2016-05-30 18:19:24 +02:00
release=1
2023-04-10 12:31:46 +02:00
source=(https://www.x.org/releases/individual/lib/libXfixes-$version.tar.xz)
2006-04-07 18:48:00 +02:00
build() {
cd libXfixes-$version
./configure --prefix=/usr
2006-04-07 18:48:00 +02:00
make
make DESTDIR=$PKG install
}