xorg/xorg-libxcursor/Pkgfile

19 lines
402 B
Plaintext
Raw Normal View History

2013-05-31 13:08:36 +02:00
# Description: X cursor management library
2006-04-07 18:48:00 +02:00
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
# Depends on: xorg-libxfixes xorg-libxrender
2006-04-07 18:48:00 +02:00
name=xorg-libxcursor
version=1.2.2
release=1
2022-04-04 11:54:47 +02:00
source=(https://www.x.org/releases/individual/lib/libXcursor-$version.tar.xz)
2006-04-07 18:48:00 +02:00
build() {
cd libXcursor-$version
./configure --prefix=/usr
2006-04-07 18:48:00 +02:00
make
make DESTDIR=$PKG install
}