mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-14 11:03:49 +02:00
11 lines
249 B
Text
11 lines
249 B
Text
# Template file for 'libuuid-devel'.
|
|
#
|
|
noarch=yes
|
|
depends="libuuid-${version}_${revision}"
|
|
short_desc="UUID library development files"
|
|
|
|
do_install() {
|
|
vmove usr/lib/pkgconfig usr/lib
|
|
vmove usr/include usr
|
|
vmove usr/share/man/man3 usr/share/man
|
|
}
|