New package: libxshmfence-1.1.
This commit is contained in:
parent
8f3513da00
commit
68296e5962
3 changed files with 36 additions and 0 deletions
|
@ -1445,3 +1445,4 @@ libmuffin.so.0 muffin-2.0.5_1
|
||||||
libcinnamon-desktop.so.4 cinnamon-desktop-2.0.4_1
|
libcinnamon-desktop.so.4 cinnamon-desktop-2.0.4_1
|
||||||
libcinnamon-control-center.so.1 cinnamon-control-center-2.0.9_1
|
libcinnamon-control-center.so.1 cinnamon-control-center-2.0.9_1
|
||||||
libnemo-extension.so.1 libnemo-2.0.8_1
|
libnemo-extension.so.1 libnemo-2.0.8_1
|
||||||
|
libxshmfence.so.1 libxshmfence-1.1_1
|
||||||
|
|
1
srcpkgs/libxshmfence-devel
Symbolic link
1
srcpkgs/libxshmfence-devel
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
libxshmfence
|
34
srcpkgs/libxshmfence/template
Normal file
34
srcpkgs/libxshmfence/template
Normal file
|
@ -0,0 +1,34 @@
|
||||||
|
# Template build file for 'libxshmfence'.
|
||||||
|
pkgname=libxshmfence
|
||||||
|
version=1.1
|
||||||
|
revision=1
|
||||||
|
build_style=gnu-configure
|
||||||
|
hostmakedepends="pkg-config"
|
||||||
|
makedepends="xproto"
|
||||||
|
short_desc="X Shared memory 'SyncFence' synchronization primitive"
|
||||||
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
homepage="http://xorg.freedesktop.org/"
|
||||||
|
license="MIT"
|
||||||
|
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
|
||||||
|
checksum=dbc2db2925ca9f216fd1e9c63d0974db9f4d49aaf5877ffb606d2d8d7e58cebe
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vinstall COPYING 644 usr/share/licenses/${pkgname}
|
||||||
|
}
|
||||||
|
|
||||||
|
libxshmfence-devel_package() {
|
||||||
|
depends="${sourcepkg}>=${version}_${revision}"
|
||||||
|
short_desc+=" - development files"
|
||||||
|
pkg_install() {
|
||||||
|
vmove usr/include
|
||||||
|
vmove usr/lib/pkgconfig
|
||||||
|
vmove "usr/lib/*.so"
|
||||||
|
vmove "usr/lib/*.a"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
libxshmfence_package() {
|
||||||
|
pkg_install() {
|
||||||
|
vmove all
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue