xorg/xorg-recordproto/Pkgfile
Tilman Sauerbeck fa19d4b331 initial import
2006-04-07 18:48:00 +02:00

18 lines
380 B
Plaintext

# Description: xorg proto recordproto
# URL: http://xorg.freedesktop.org
# Maintainer: Tilman Sauerbeck, tilman at code-monkey dot de
name=xorg-recordproto
version=1.13.2
release=1
source=(http://xorg.freedesktop.org/releases/X11R7.0/src/everything/recordproto-$version.tar.bz2)
build() {
cd recordproto-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}