xorg/xorg-libxscrnsaver/Pkgfile

17 lines
403 B
Plaintext
Raw Normal View History

2008-05-22 09:09:42 +02:00
# Description: X Screen Saver extension client library
2006-04-07 18:48:00 +02:00
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
2019-08-25 15:41:05 +02:00
# Depends on: xorg-libxext
2006-04-07 18:48:00 +02:00
name=xorg-libxscrnsaver
2022-12-05 13:43:34 +01:00
version=1.2.4
2018-07-07 15:39:45 +02:00
release=1
2022-12-05 13:43:34 +01:00
source=(https://www.x.org/releases/individual/lib/libXScrnSaver-$version.tar.xz)
2006-04-07 18:48:00 +02:00
build() {
cd libXScrnSaver-$version
./configure --prefix=/usr
2006-04-07 18:48:00 +02:00
make
make DESTDIR=$PKG install
}