2009-12-01 21:28:52 +00:00
|
|
|
# Template file for 'xdg-utils'
|
|
|
|
pkgname=xdg-utils
|
2014-06-04 14:02:04 +00:00
|
|
|
_distver=1.1.0
|
2014-09-21 12:44:35 +00:00
|
|
|
_patchver=rc2
|
2014-06-04 14:02:04 +00:00
|
|
|
version="${_distver}${_patchver}"
|
|
|
|
revision=1
|
2014-01-01 15:10:11 +00:00
|
|
|
noarch="yes"
|
2013-04-14 16:42:25 +00:00
|
|
|
build_style=gnu-configure
|
2009-12-01 21:28:52 +00:00
|
|
|
short_desc="Tools to assist applications with various desktop integration tasks"
|
2013-03-31 07:52:20 +00:00
|
|
|
homepage="http://portland.freedesktop.org/"
|
|
|
|
license="MIT"
|
2009-12-01 21:28:52 +00:00
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2014-09-21 12:44:35 +00:00
|
|
|
hostmakedepends="git xmlto lynx"
|
|
|
|
|
|
|
|
do_fetch() {
|
|
|
|
git clone git://anongit.freedesktop.org/xdg/xdg-utils ${pkgname}-${version}
|
|
|
|
cd ${pkgname}-${version}
|
|
|
|
git checkout "v${_distver}-${_patchver}"
|
|
|
|
}
|