2008-04-03 11:59:39 +02:00
|
|
|
# Description: Utility to create X cursors
|
|
|
|
# URL: http://xorg.freedesktop.org
|
2012-07-15 20:18:38 +02:00
|
|
|
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
|
2019-08-25 15:41:05 +02:00
|
|
|
# Depends on: libpng xorg-libxcursor
|
2008-04-03 11:59:39 +02:00
|
|
|
|
|
|
|
name=xorg-xcursorgen
|
2022-12-04 17:12:51 +01:00
|
|
|
version=1.0.8
|
2019-01-07 16:12:57 +01:00
|
|
|
release=1
|
2022-12-04 17:12:51 +01:00
|
|
|
source=(https://www.x.org/releases/individual/app/xcursorgen-$version.tar.xz)
|
2008-04-03 11:59:39 +02:00
|
|
|
|
|
|
|
build() {
|
|
|
|
cd xcursorgen-$version
|
|
|
|
|
2015-08-12 18:06:49 +02:00
|
|
|
./configure --prefix=/usr
|
2008-04-03 11:59:39 +02:00
|
|
|
|
|
|
|
make
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
}
|