~ted/indicator-applet/an-extra-pixel

1 by Ted Gould
Basic build system, not quite working though
1
#!/bin/sh
2
3
PKG_NAME="indicator-applet"
4
5
which gnome-autogen.sh || {
6
	echo "You need gnome-common from GNOME SVN"
7
	exit 1
8
}
9
2 by Ted Gould
Getting the build things together so that it starts building. Yeah.
10
USE_GNOME2_MACROS=1 \
345 by Cody Russell
Fix for --prefix option to autogen.sh
11
. gnome-autogen.sh