summaryrefslogtreecommitdiff
path: root/xdg-utils/Pkgfile
blob: 1a4851d7b41e3a64845a9947a4f1828d01a2fe7e (plain)
    1 # Description: Command line tools for desktop integration tasks.
    2 # URL: http://portland.freedesktop.org/ 
    3 # Maintainer: Victor Martinez, pitillo at ono dot com
    4 # Depends on: 
    5 
    6 name=xdg-utils
    7 version=1.0.2
    8 release=1
    9 source=(http://portland.freedesktop.org/download/${name}-${version}.tgz)
   10 
   11 build() {
   12   cd ${name}-${version}
   13   ./configure --prefix=/usr \
   14               --mandir=/usr/man \
   15               --disable-nls
   16   make
   17   make DESTDIR=${PKG} install
   18 }

Generated by cgit