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
|
2024-02-06 18:36:45 +01:00
|
|
|
version=1.2.1
|
2007-12-19 01:34:32 +01:00
|
|
|
release=1
|
2024-02-06 18:36:45 +01:00
|
|
|
source=(https://gitlab.freedesktop.org/xdg/xdg-utils/-/archive/v$version/xdg-utils-v$version.tar.bz2)
|
2007-12-19 01:34:32 +01:00
|
|
|
|
|
|
|
build() {
|
2024-02-06 18:36:45 +01:00
|
|
|
cd $name-v$version
|
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
|
2024-02-06 18:36:45 +01:00
|
|
|
|
|
|
|
mkdir $PKG/usr/share/desktop-directories
|
2007-12-19 01:34:32 +01:00
|
|
|
}
|