xfce4/exo/Pkgfile

28 lines
564 B
Plaintext
Raw Normal View History

2019-07-19 01:31:37 +02:00
# Description: Application library for the Xfce desktop environment
# URL: https://www.xfce.org
2023-06-27 09:20:29 -04:00
# Maintainer: mac-a-r0ni, j at lngn dot net
2020-09-30 02:17:16 +02:00
# Depends on: gtk3 libxfce4ui libxfce4util p5-uri
2019-04-24 17:15:26 +02:00
name=exo
2023-06-27 09:20:29 -04:00
version=4.18.0
release=1
2019-11-15 23:03:48 +01:00
source=(https://archive.xfce.org/src/xfce/exo/${version:0:4}/$name-$version.tar.bz2)
2019-04-24 17:15:26 +02:00
build() {
2020-04-08 18:54:18 +02:00
2019-05-11 19:09:44 +02:00
cd $name-$version
./configure \
2020-04-08 18:54:18 +02:00
--prefix=/usr \
--libexecdir=/usr/lib/$name \
--sysconfdir=/etc \
--disable-gtk-doc \
--disable-nls \
2023-06-29 17:07:44 -04:00
--enable-gtk-doc-html=no
2019-05-09 20:36:01 +02:00
2019-04-30 02:46:22 +02:00
make
2019-06-23 03:35:20 +02:00
make DESTDIR=$PKG install
2020-04-08 18:54:18 +02:00
2023-06-30 07:36:40 -04:00
rm -r $PKG/usr/share/gtk-doc
2019-04-24 17:15:26 +02:00
}