xf86driproto: upgrade 2.1.1 homepage/license
This commit is contained in:
parent
1cd93f345b
commit
46c9b9bc79
1 changed files with 9 additions and 2 deletions
|
@ -1,11 +1,13 @@
|
|||
# Template build file for 'xf86driproto'.
|
||||
pkgname=xf86driproto
|
||||
version=2.1.0
|
||||
version=2.1.1
|
||||
distfiles="${XORG_SITE}/proto/$pkgname-$version.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
short_desc="XF86DRI extension headers from modular X.org"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=d23f12deffd03e582e897ed6a7df3ea7f66ee8577f0f61374dcdf2ebffdce1be
|
||||
homepage="${XORG_HOME}"
|
||||
license="MIT"
|
||||
checksum=9c4b8d7221cb6dc4309269ccc008a22753698ae9245a398a59df35f1404d661f
|
||||
long_desc="
|
||||
This provides the XF86DRI extension headers from modular X.org X11
|
||||
project.
|
||||
|
@ -15,3 +17,8 @@ long_desc="
|
|||
loader."
|
||||
|
||||
noarch=yes
|
||||
|
||||
post_install()
|
||||
{
|
||||
vinstall COPYING 644 usr/share/licenses/${pkgname}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue