void-packages/srcpkgs/libSM/template
Juan RP 23dd7d008e Update build_style for all templates.
- There's no need to set build_style for custom-install (default).
- gnu_{configure,makefile} renamed to gnu-{configure,makefile}.
2011-10-24 14:14:47 +02:00

20 lines
682 B
Text

# Template build file for 'libSM'.
pkgname=libSM
version=1.2.0
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
build_style=gnu-configure
short_desc="X Session Management Library"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=0cd8df1b7067bfda10b05d38279777770677c6fecb5a14e804a28597da7a57cb
long_desc="
This package contains the library and header files for the X Session
Management Library. This is from the modular X.org project."
subpackages="$pkgname-devel"
Add_dependency run glibc
Add_dependency run libuuid
Add_dependency run libICE
Add_dependency build pkg-config
Add_dependency build xtrans
Add_dependency build libuuid-devel
Add_dependency build libICE-devel