summaryrefslogtreecommitdiffstats
path: root/xorg/xorg-xkill/Pkgfile
blob: 4d787c27c849d0b727f30a94e4da544f1be577c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Description: x window sniper
# URL: http://xorg.freedesktop.org
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
# Depends on: xorg-libxmu
# Run on:

name=xorg-xkill
version=1.0.1
release=1
source=(http://xorg.freedesktop.org/releases/individual/app/xkill-$version.tar.bz2)

build() {
	cd xkill-$version

	./configure --prefix=/usr --mandir=/usr/share/man

	make
	make DESTDIR=$PKG install
}