xauth: new deps style.

--HG--
extra : convert_revision : 7e09d47c8bce0d50318da6e41f1310f55a809c81
This commit is contained in:
Juan RP 2009-03-25 06:24:41 +01:00
parent 5f7aede532
commit e989f048ac
1 changed files with 7 additions and 4 deletions

View File

@ -1,15 +1,18 @@
# Template build file for 'xauth'. # Template build file for 'xauth'.
pkgname=xauth pkgname=xauth
version=1.0.3 version=1.0.3
distfiles=" distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2"
http://xorg.freedesktop.org/releases/individual/app/$pkgname-$version.tar.bz2"
build_style=gnu_configure build_style=gnu_configure
make_cmd="$XBPS_MASTERDIR/bin/gmake"
short_desc="X authentication utility" short_desc="X authentication utility"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
checksum=be87304d87abacc1d5fb00473807085d64b12e45 checksum=1fd18b53fda74ea4649eb9577b1cf86538a25d171f10251eeb30d11cdd5bda8c
long_desc=" long_desc="
This package provides xauth, a program to display and manipulate the This package provides xauth, a program to display and manipulate the
authentication data used by the X11 clients. authentication data used by the X11 clients.
This is from the modular X.org X11 project." This is from the modular X.org X11 project."
Add_dependency full glibc
Add_dependency full libXmu
Add_dependency build pkg-config
Add_dependency build xtrans