Added gssdp-0.9.0 build template.

This commit is contained in:
Juan RP
2010-11-23 00:14:06 +01:00
parent 5acb506f2e
commit 43538beb7c
7 changed files with 59 additions and 0 deletions

24
srcpkgs/gssdp/template Normal file
View File

@@ -0,0 +1,24 @@
# Template file for 'gssdp'
pkgname=gssdp
version=0.9.0
distfiles="http://gupnp.org/sites/all/files/sources/gssdp-$version.tar.gz"
build_style=gnu_configure
short_desc="The GNU stream editor"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=6e4de2ecc90d2ac8b3694af1954984d04de25fb01dd2f2748d7221add8ead9e0
long_desc="
Sed, the GNU Stream Editor, copies the named files (standard input default)
to the standard output, edited according to a script of commands."
subpackages="gir-gssdp gssdp-devel"
Add_dependency run glibc
Add_dependency run glib
Add_dependency run gtk+
Add_dependency run libsoup
Add_dependency build pkg-config
Add_dependency build gettext
Add_dependency build glib-devel
Add_dependency build gtk+-devel
Add_dependency build libsoup-devel