milis/talimatname/genel/xdg-utils/talimat

21 lines
531 B
Plaintext
Raw Normal View History

2016-02-24 01:27:23 +01:00
# Description: Command line tools that assist applications with a variety of desktop integration tasks.
# URL: http://portland.freedesktop.org/wiki/
# Packager: pierre at nutyx dot org
# Depends on: links,xmlto,xorg-app
run=(xorg-app)
name=xdg-utils
2016-03-02 10:16:10 +01:00
version=1.1.1
release=1
source=(http://pkgs.fedoraproject.org/repo/pkgs/xdg-utils/xdg-utils-1.1.1.tar.gz/2d0aec6037769a5f138ff404b1bb4b15/xdg-utils-1.1.1.tar.gz)
2016-02-24 01:27:23 +01:00
build() {
2016-03-02 10:16:10 +01:00
cd $name-${version}
2016-02-24 01:27:23 +01:00
./configure --prefix=/usr \
--mandir=/usr/share/man
make
make DESTDIR=$PKG install
}