smalltalk
/
osmo-st-all
Archived
1
0
Fork 0

Add grease and fix the makefile

This commit is contained in:
Holger Hans Peter Freyther 2012-10-21 16:19:56 +02:00
parent 56cf9ba22e
commit 9e09af38fc
5 changed files with 11 additions and 3 deletions

View File

@ -2,7 +2,7 @@
.PHONY = osmo-st-asn1.star osmo-st-core.star osmo-st-gsm.star osmo-st-logging.star \
osmo-st-mgcp.star osmo-st-msc.star osmo-st-network.star osmo-st-sip.star \
osmo-st-testphone.star petitparser.star petitparser-tests.star soapopera.star \
osmo-st-openbsc-test.star
osmo-st-openbsc-test.star iliad grease.star
GST_PACKAGE = gst-package
GST_PACKAGE_ARGS =
@ -18,7 +18,7 @@ all:
install: osmo-st-core.star osmo-st-asn1.star osmo-st-gsm.star osmo-st-logging.star \
osmo-st-mgcp.star osmo-st-msc.star osmo-st-network.star osmo-st-sip.star \
osmo-st-testphone.star petitparser.star petitparser-tests.star soapopera.star \
osmo-st-openbsc-test.star iliad
osmo-st-openbsc-test.star iliad grease.star
@echo "Built all"
iliad:

7
debian/control vendored
View File

@ -25,7 +25,7 @@ Description: TODO
Package: osmo-st-logging
Architecture: all
Depends: ${misc:Depends} ${gst:Depends}
Depends: ${misc:Depends}
Description: TODO
Package: osmo-st-mgcp
@ -77,3 +77,8 @@ Package: iliad
Architecture: all
Depends: ${misc:Depends} ${gst:Depends}
Description: TODO
Package: grease
Architecture: all
Depends: ${misc:Depends} ${gst:Depends}
Description: TODO

1
debian/grease.install vendored Normal file
View File

@ -0,0 +1 @@
usr/lib/gnu-smalltalk/Grease.star

View File

@ -19,3 +19,4 @@ merge osmo-st-sip
merge osmo-st-testphone
merge osmo-st-openbsc-test
merge iliad-stable
merge grease

View File

@ -25,3 +25,4 @@ merge petitparser-tests git://gitorious.org/gnu-smalltalk-ports/petitparser-test
merge soapopera git://gitorious.org/gnu-smalltalk-ports/soapopera.git
merge osmo-st-openbsc-test git://git.osmocom.org/smalltalk/osmo-st-openbsc-test
merge iliad-stable git://github.com/NicolasPetton/iliad-stable.git
merge grease git://github.com/NicolasPetton/Grease.git