New package: connman-ui-git.
This commit is contained in:
parent
907949e395
commit
1be5eb1b7d
1 changed files with 25 additions and 0 deletions
25
srcpkgs/connman-ui-git/template
Normal file
25
srcpkgs/connman-ui-git/template
Normal file
|
@ -0,0 +1,25 @@
|
|||
# Template file for 'connman-ui-git'
|
||||
pkgname=connman-ui-git
|
||||
version=20131117
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="automake libtool pkg-config intltool"
|
||||
makedepends="dbus-devel gtk+3-devel"
|
||||
short_desc="A full-featured GTK based trayicon UI for ConnMan - git snapshot"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="GPL-2"
|
||||
homepage="https://github.com/tbursztyka/connman-ui"
|
||||
|
||||
do_fetch() {
|
||||
git clone git://github.com/tbursztyka/connman-ui.git ${pkgname}-${version}
|
||||
}
|
||||
|
||||
pre_configure() {
|
||||
autoreconf -fi
|
||||
}
|
||||
|
||||
connman-ui-git_package() {
|
||||
pkg_install() {
|
||||
vmove all
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue