File: Makefile.fremantle

package info (click to toggle)
gnurobbo 0.66%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 3,652 kB
  • ctags: 1,535
  • sloc: ansic: 18,344; sh: 285; makefile: 184
file content (12 lines) | stat: -rw-r--r-- 481 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
# This is intended to build a debian package under the scratchbox sdk.
# http://wiki.maemo.org/Documentation/Maemo_5_Developer_Guide/Development_Environment/Maemo_SDK
# gives more information. To build manually, copy fremantle to this
# directory and run make. Something like:
# cp fremantle/Makefile .
# make
# (optionally) make install
all: 
	cp -pr fremantle/debian .
	cp fremantle/Makefile ./Makefile.fremantle2
	dpkg-buildpackage -rfakeroot
	rm -rf debian Makefile.fremantle2