wok-stable view linux-source/stuff/make-tazpkg.u @ rev 6687
Up: libwebkit to 1.2.5. Added gobject-introspection-dev, tar, gettext, and webkit-r-dev to build depends. It needs libwebkit-1.0.la to compile itself. Tar is needed cause of --version is not in busybox tar.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Tue Oct 12 21:49:16 2010 +0000 (2010-10-12) |
parents | |
children | 0ed652eb0c62 |
line source
1 --- linux-2.6.30.6-slitaz.ori/scripts/package/Makefile Wed Sep 9 05:39:34 2009
2 +++ linux-2.6.30.6-slitaz/scripts/package/Makefile Fri Dec 25 22:03:55 2009
3 @@ -83,7 +83,15 @@
5 clean-dirs += $(objtree)/tar-install/
7 +# tazpkg target
8 +# ---------------------------------------------------------------------------
9 +tazpkg: FORCE
10 + $(MAKE) KBUILD_SRC=
11 + $(CONFIG_SHELL) $(srctree)/scripts/package/buildtaz
13 +clean-dirs += $(objtree)/taz/
14 +
15 +
16 # Help text displayed when executing 'make help'
17 # ---------------------------------------------------------------------------
18 help: FORCE
19 @@ -93,4 +101,5 @@
20 @echo ' tar-pkg - Build the kernel as an uncompressed tarball'
21 @echo ' targz-pkg - Build the kernel as a gzip compressed tarball'
22 @echo ' tarbz2-pkg - Build the kernel as a bzip2 compressed tarball'
23 + @echo ' tazpkg - Build the kernel as a SliTaz package'