contrib/xdg-utils/Pkgfile

19 lines
454 B
Plaintext
Raw Normal View History

2007-12-19 01:34:32 +01:00
# Description: Command line tools for desktop integration tasks.
# URL: http://portland.freedesktop.org/
# Maintainer: Victor Martinez, pitillo at ono dot com
2007-12-19 01:34:32 +01:00
# 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
}