contrib/xorg-xcursorgen/Pkgfile

19 lines
498 B
Plaintext
Raw Normal View History

2006-11-13 21:12:21 +01:00
# Description: create an X cursor file from a collection of PNG images
2006-11-19 19:37:22 +01:00
# URL: http://webcvs.freedesktop.org/xorg/xc/programs/xcursorgen/
2006-11-13 21:12:21 +01:00
# Maintainer: Han Boetes <han@mijncomputer.nl>
# Packager: Han Boetes <han@mijncomputer.nl>
# Depends on:
name=xorg-xcursorgen
version=1.0.1
release=1
2006-11-19 19:37:22 +01:00
source="http://xorg.freedesktop.org/releases/individual/app/xcursorgen-$version.tar.gz"
2006-11-13 21:12:21 +01:00
build()
{
cd xcursorgen-$version
./configure --prefix=/usr
make
make install DESTDIR=$PKG
}