mirror of
https://github.com/mac-a-r0ni/crux-xfce4.git
synced 2025-01-24 07:32:19 +01:00
25 lines
479 B
Plaintext
25 lines
479 B
Plaintext
# Description: X Present Extension C Library
|
|
# URL: https://github.com/freedesktop/libXpresent
|
|
# Maintainer: jolupa, jlpavon at me dot com
|
|
# Depends on:
|
|
|
|
name=libxpresent
|
|
_realname=libXpresent
|
|
version=1.0.0
|
|
release=1
|
|
source=(https://github.com/freedesktop/$_realname/archive/$_realname-$version.tar.gz)
|
|
|
|
build() {
|
|
|
|
cd $_realname-$_realname-$version
|
|
|
|
./autogen.sh \
|
|
--prefix=/usr \
|
|
--libexecdir=/usr/lib/$_realname \
|
|
--disable-static
|
|
|
|
make
|
|
make DESTDIR=$PKG install
|
|
|
|
}
|