xorg/xorg-xcb-util-cursor/Pkgfile

19 lines
417 B
Plaintext
Raw Normal View History

2013-12-28 19:25:47 +01:00
# Description: XCB utilities library
2022-10-19 09:13:40 +02:00
# URL: https://xcb.freedesktop.org/
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
2019-08-25 15:41:05 +02:00
# Depends on: xorg-xcb-util-image xorg-xcb-util-renderutil
2013-12-28 19:25:47 +01:00
name=xorg-xcb-util-cursor
2022-10-19 09:13:40 +02:00
version=0.1.4
2013-12-28 19:25:47 +01:00
release=1
2022-10-19 09:13:40 +02:00
source=(https://xcb.freedesktop.org/dist/xcb-util-cursor-$version.tar.xz)
2013-12-28 19:25:47 +01:00
build() {
2022-10-19 09:13:40 +02:00
cd xcb-util-cursor-$version
2013-12-28 19:25:47 +01:00
2022-10-19 09:13:40 +02:00
./configure --prefix=/usr
2013-12-28 19:25:47 +01:00
2022-10-19 09:13:40 +02:00
make
make DESTDIR=$PKG install
2013-12-28 19:25:47 +01:00
}