void-packages/srcpkgs/wayland/wayland-devel.template
2013-02-15 14:20:17 +01:00

12 lines
231 B
Plaintext

# Template file for 'wayland-devel'.
#
depends="${sourcepkg}>=1.0.0"
short_desc="${short_desc} -- development files"
do_install() {
vmove usr/bin usr
vmove usr/include usr
vmove usr/share usr
vmove usr/lib/pkgconfig usr/lib
}