contrib/xdg-utils/Pkgfile

21 lines
520 B
Plaintext
Raw Normal View History

2007-12-19 01:34:32 +01:00
# Description: Command line tools for desktop integration tasks.
2023-05-28 10:26:47 +02:00
# URL: https://www.freedesktop.org/wiki/Software/xdg-utils/
2019-06-13 11:44:18 +02:00
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: xmlto lynx
2007-12-19 01:34:32 +01:00
name=xdg-utils
2019-06-13 11:44:18 +02:00
version=1.1.3
2007-12-19 01:34:32 +01:00
release=1
2023-05-28 10:26:47 +02:00
source=(https://portland.freedesktop.org/download/$name-$version.tar.gz
drop_obsolete_GNOME_support.patch)
2007-12-19 01:34:32 +01:00
build() {
2019-06-13 11:44:18 +02:00
cd $name-$version
patch -Np1 -i ../drop_obsolete_GNOME_support.patch
2023-05-28 10:26:47 +02:00
./configure --prefix=/usr \
2019-06-13 11:44:18 +02:00
--disable-nls
make
make DESTDIR=$PKG install
2007-12-19 01:34:32 +01:00
}