contrib/xssstate/Pkgfile

18 lines
464 B
Plaintext
Raw Normal View History

2013-08-19 20:26:13 +02:00
# Description: A simple tool to retrieve the X screensaver state.
# URL: http://tools.suckless.org/xssstate
2018-02-18 22:58:12 +01:00
# Maintainer: John Vogel, jvogel4 at stny dot rr dot com
2013-08-19 20:26:13 +02:00
# Depends on: xorg-libxscrnsaver
name=xssstate
version=1.1
2018-02-18 22:58:12 +01:00
release=3
2013-08-19 20:26:13 +02:00
source=(http://dl.suckless.org/tools/$name-$version.tar.gz)
build () {
2018-02-18 22:58:12 +01:00
cd $name-$version
make CC=gcc
make DESTDIR=$PKG PREFIX=/usr install
#install -D -m 755 $SRC/$name-$version/xsidle.sh $PKG/usr/bin/xsidle.sh
2013-08-19 20:26:13 +02:00
}