Added gtk-sharp-2.12.4 template.
--HG-- extra : convert_revision : ca05d737d92009386d2f89b0d3e8fc9fcf21ed69
This commit is contained in:
parent
9c31a76231
commit
169283898d
3 changed files with 23 additions and 0 deletions
BIN
dependencies/build-depends.db
vendored
BIN
dependencies/build-depends.db
vendored
Binary file not shown.
8
templates/gtk-sharp-runstuff-before-build.sh
Normal file
8
templates/gtk-sharp-runstuff-before-build.sh
Normal file
|
@ -0,0 +1,8 @@
|
|||
#
|
||||
# Replace hardcoded paths in perl scripts.
|
||||
#
|
||||
|
||||
. $XBPS_TMPLHELPDIR/replace-interpreter.sh
|
||||
|
||||
replace_interpreter perl parser/gapi2xml.pl
|
||||
replace_interpreter perl parser/gapi_pp.pl
|
15
templates/gtk-sharp.tmpl
Executable file
15
templates/gtk-sharp.tmpl
Executable file
|
@ -0,0 +1,15 @@
|
|||
# Template build file for 'gtk-sharp'.
|
||||
pkgname=gtk-sharp
|
||||
version=2.12.4
|
||||
distfiles="
|
||||
http://ftp.gnome.org/pub/gnome/sources/gtk-sharp/2.12/$pkgname-$version@.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
make_cmd="$XBPS_MASTERDIR/bin/gmake"
|
||||
pkgconfig_override="gtk-sharp-2.0.pc gtk-dotnet-2.0.pc glib-sharp-2.0.pc
|
||||
gapi-2.0.pc glade-sharp-2.0.pc"
|
||||
short_desc="C# bindings for GTK"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=9f4fe94c80c2d9e3ba87e19df8b6e1031bd51d66
|
||||
long_desc="
|
||||
Gtk# is a .NET language binding for the GTK+ toolkit and assorted GNOME
|
||||
libraries."
|
Loading…
Reference in a new issue