vp-build/templates/libSM/template
Juan RP dd6b45c322 Set sourcepkg to pkgname through run_template().
This removes the need for having to specify sourcepkg manually in
every package that will build subpkgs.

--HG--
extra : convert_revision : 383e4c467e84844d2f4f61ae5c5e07a5124e9cfb
2009-07-29 22:44:30 +02:00

20 lines
618 B
Plaintext

# Template build file for 'libSM'.
pkgname=libSM
version=1.1.0
revision=1
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=7536ac382e1ff82014d3a0defba0c61b3a30984f4e5bc7707960d6debcb92a82
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="devel"
Add_dependency build pkg-config
Add_dependency build xtrans
Add_dependency full glibc
Add_dependency full libICE
Add_dependency full libuuid