xorg-videoproto-32: 2.3.1 -> 2.3.2

This commit is contained in:
Danny Rawlins 2013-07-25 01:40:00 +10:00
parent 19bd61c2d5
commit b6cdb1609f
2 changed files with 7 additions and 5 deletions

View File

@ -1 +1 @@
c3b348c6e2031b72b11ae63fc7f805c2 videoproto-2.3.1.tar.bz2
e658641595327d3990eab70fdb55ca8b videoproto-2.3.2.tar.bz2

View File

@ -4,7 +4,7 @@
# Depends on: xorg-videoproto
name=xorg-videoproto-32
version=2.3.1
version=2.3.2
release=1
source=(http://xorg.freedesktop.org/releases/individual/proto/videoproto-$version.tar.bz2)
@ -16,7 +16,9 @@ build() {
make
make DESTDIR=$PKG install
rm $PKG/usr/share/doc/videoproto/xv-protocol-v2.txt
rmdir $PKG/usr/share/{doc/videoproto,doc,}
rm -rf $PKG/usr/include
rm -rf $PKG/usr/share/doc
rm -r $PKG/usr/include
# Remove empty directories
find $PKG -depth -empty -exec rm -r {} \;
}