blob: 16c7522c98b1f3bc9863f5c3ae9757e86a053624 (
plain) (
tree)
|
|
#!/bin/mkpkg
# *** OpenTUX ***
# description: X Composite extension library
# url: https://xorg.freedesktop.org
name=libxcomposite
version=0.4.7
release=1
depends=(libxext libxfixes)
source=(https://www.x.org/releases/individual/lib/libXcomposite-$version.tar.xz)
sha256sums=(
"8bdf310967f484503fa51714cf97bff0723d9b673e0eecbf92b3f97c060c8ccb"
)
build() {
cd libXcomposite-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}
signify() {
untrusted comment: *** OpenTUX *** public key
RWTZ9IduCSQ/mL8337TEUinPwT92xFEUpD92hkS7IxcOnzTt9QdpohT3
}
# vim: filetype=sh
|