mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
18 lines
547 B
Bash
18 lines
547 B
Bash
# $Id: PKGBUILD 82 2009-07-17 19:56:55Z aaron $
|
|
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
|
|
# Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com>
|
|
|
|
pkgname=xf4vnc-xcliplistproto
|
|
pkgver=20090311
|
|
pkgrel=1
|
|
pkgdesc="The XCliplist extension protocol and headers"
|
|
arch=(i686 x86_64)
|
|
url="http://xf4vnc.sf.net"
|
|
license=('GPL')
|
|
source=(http://archlinux-stuff.googlecode.com/files/xf4vnc.cvs.$pkgver.tar.gz)
|
|
|
|
build() {
|
|
cd $startdir/src/xf4vnc.cvs/src/proto/xcliplistproto
|
|
./autogen.sh --prefix=/usr
|
|
make DESTDIR=$startdir/pkg install
|
|
}
|