contrib/xdg-utils/Pkgfile
2008-05-15 08:34:29 +02:00

19 lines
454 B
Plaintext

# Description: Command line tools for desktop integration tasks.
# URL: http://portland.freedesktop.org/
# Maintainer: Victor Martinez, pitillo at ono dot com
# Depends on:
name=xdg-utils
version=1.0.2
release=1
source=(http://portland.freedesktop.org/download/${name}-${version}.tgz)
build() {
cd ${name}-${version}
./configure --prefix=/usr \
--mandir=/usr/man \
--disable-nls
make
make DESTDIR=${PKG} install
}