New package: swc-git-20140809
This commit is contained in:
parent
7b9d911277
commit
5a55427d97
|
@ -1694,3 +1694,4 @@ libokularcore.so.4 libokular-4.13.3_1
|
|||
libmnl.so.0 libmnl-1.0.3_1
|
||||
libnftnl.so.0 libnftnl-1.0.2_1
|
||||
libwld.so.0 wld-git-20140809_1
|
||||
libswc.so.0 swc-git-20140809_1
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
swc-git
|
|
@ -0,0 +1,48 @@
|
|||
# Template file for 'swc-git'
|
||||
# Latest commit as of 20140809
|
||||
_githash="dd0b21656eb7b19e8e6f454ab0de4284998d47f5"
|
||||
_gitshort="${_githash:0:7}"
|
||||
|
||||
pkgname=swc-git
|
||||
version=20140809
|
||||
revision=1
|
||||
homepage="https://github.com/michaelforney/swc"
|
||||
distfiles="https://github.com/michaelforney/swc/archive/${_githash}.tar.gz"
|
||||
short_desc="A library for making a simple Wayland compositor"
|
||||
maintainer="Enno Boland <eb@s01.de>"
|
||||
hostmakedepends="pkg-config wayland-devel"
|
||||
makedepends="pixman-devel fontconfig-devel libdrm-devel wayland-devel
|
||||
wld-git-devel xcb-util-wm-devel libxkbcommon-devel libinput-devel>=0.5.0_1"
|
||||
checksum="f421ca2c3897e48e6f43a5e73b140441baf2246ee73c07b5e1e592762bad590a"
|
||||
license="MIT"
|
||||
wrksrc=swc-${_githash}
|
||||
|
||||
do_build() {
|
||||
sed -i '/^ENABLE_STATIC /d' config.mk
|
||||
sed -i '/^CC /d' config.mk
|
||||
sed -i '/^CFLAGS /d' config.mk
|
||||
|
||||
make CC="$CC" CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" all example/wm
|
||||
}
|
||||
|
||||
do_install() {
|
||||
make PREFIX=/usr DESTDIR=$DESTDIR install
|
||||
vbin example/wm swc-wm
|
||||
}
|
||||
|
||||
swc-git-devel_package() {
|
||||
depends="swc-git>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove "usr/lib/*.so"
|
||||
}
|
||||
}
|
||||
|
||||
swc-wm-git_package() {
|
||||
short_desc="Simple Wayland compositor"
|
||||
pkg_install() {
|
||||
vmove usr/bin/swc-wm
|
||||
}
|
||||
}
|
|
@ -0,0 +1 @@
|
|||
swc-git
|
Loading…
Reference in New Issue