2008-04-03 11:59:39 +02:00
|
|
|
# Description: Utility to create X cursors
|
|
|
|
# URL: http://xorg.freedesktop.org
|
2012-07-16 04:18:38 +10:00
|
|
|
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
|
2008-04-03 11:59:39 +02:00
|
|
|
# Depends on: xorg-libxcursor, libpng
|
|
|
|
|
|
|
|
name=xorg-xcursorgen
|
2014-06-01 02:35:18 +02:00
|
|
|
version=1.0.6
|
2015-08-12 11:06:49 -05:00
|
|
|
release=2
|
2011-01-07 15:13:02 +01:00
|
|
|
source=(http://xorg.freedesktop.org/releases/individual/app/xcursorgen-$version.tar.bz2)
|
2008-04-03 11:59:39 +02:00
|
|
|
|
|
|
|
build() {
|
|
|
|
cd xcursorgen-$version
|
|
|
|
|
2015-08-12 11:06:49 -05:00
|
|
|
./configure --prefix=/usr
|
2008-04-03 11:59:39 +02:00
|
|
|
|
|
|
|
make
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
}
|