12 строки
296 B
Makefile
12 строки
296 B
Makefile
PACKAGE=diacanvas2-0.14.2
|
|
|
|
all:
|
|
gapi-parser diacanvas-sharp-sources.xml
|
|
|
|
get-source-code:
|
|
wget http://dl.sourceforge.net/sourceforge/diacanvas/$(PACKAGE).tar.gz \
|
|
--output-document=- | tar -xz;
|
|
|
|
#export CVS_PASSWORD=""
|
|
#cvs -z3 -d:pserver:anonymous@cvs.sf.net:/cvsroot/diacanvas co $(PACKAGE)
|