mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
New package: xfce4-dev-tools-4.10.0.
This commit is contained in:
parent
d371b87782
commit
27b00a4efd
1 changed files with 21 additions and 0 deletions
21
srcpkgs/xfce4-dev-tools/template
Normal file
21
srcpkgs/xfce4-dev-tools/template
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
# Template file for 'xfce4-dev-tools'
|
||||||
|
pkgname=xfce4-dev-tools
|
||||||
|
version=4.10.0
|
||||||
|
revision=1
|
||||||
|
build_style=gnu-configure
|
||||||
|
hostmakedepends="automake gtk-doc intltool pkg-config"
|
||||||
|
makedepends="libglib-devel"
|
||||||
|
short_desc="Xfce developer tools"
|
||||||
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
license="GPL-2"
|
||||||
|
homepage="http://xfce.org"
|
||||||
|
distfiles="http://archive.se.xfce.org/src/xfce/${pkgname}/${version%.*}/${pkgname}-${version}.tar.bz2"
|
||||||
|
checksum=f79649bbfbbf16881494ee9f67035063765aec12e23ab9bac31de2c8a4f32bf8
|
||||||
|
|
||||||
|
xfce4-dev-tools_package() {
|
||||||
|
depends="${hostmakedepends}"
|
||||||
|
noarch=yes
|
||||||
|
pkg_install() {
|
||||||
|
vmove all
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue