mirror of
https://github.com/mac-a-r0ni/crux-xfce4.git
synced 2025-01-23 23:22:20 +01:00
24 lines
450 B
Plaintext
24 lines
450 B
Plaintext
# Description: Xfce4 Development tools
|
|
# URL: https://www.xfce.org
|
|
# Maintainer: jolupa, jlpavon at me dot com
|
|
# Depends on: autoconf automake intltool pkg-config gtk-doc
|
|
|
|
name=xfce4-dev-tools
|
|
version=4.13.0
|
|
release=1
|
|
source=(https://git.xfce.org/xfce/$name/snapshot/$name-$version.tar.gz)
|
|
|
|
build() {
|
|
|
|
cd $name-$version
|
|
|
|
./autogen.sh \
|
|
--prefix=/usr \
|
|
--libexecdir=/usr/lib/$name \
|
|
--disable-static
|
|
|
|
make
|
|
|
|
make DESTDIR=$PKG install
|
|
}
|