vlc | branch: master | Rémi Denis-Courmont <[email protected]> | Thu Jun 30 
15:26:16 2011 +0300| [ec603642fa3a513cd690f8982c679a237548836c] | committer: 
Rémi Denis-Courmont

contribs: update documentation

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ec603642fa3a513cd690f8982c679a237548836c
---

 contrib/src/README |    9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/contrib/src/README b/contrib/src/README
index 34a2712..4d1523e 100644
--- a/contrib/src/README
+++ b/contrib/src/README
@@ -19,9 +19,8 @@ is correct, e.g.:
        $(TARBALLS)/libfoo-$(FOO_VERSION).tar.bz2:
                $(WGET) $(FOO_URL)
 
-       .sum-foo: $(TARBALLS)/libfoo-$(FOO_VERSION).tar.bz2
-               $(CHECKSUM) $(SRC)/foo/SHA512SUMS
-               touch $@
+       # This will use the default rule: check SHA-512
+       .sum-foo: libfoo-$(FOO_VERSION).tar.bz2
 
 NOTE: contrary to the previous VLC contribs, this system always uses
 a source tarball, even if the source code is downloaded from a VCS.
@@ -38,8 +37,8 @@ case, care must be taken that the directory name only exists 
if the
 source code is fully ready. Otherwise Makefile dependencies will break
 (this is not an issue for files, only directories).
 
-       libfoo: $(TARBALLS)/libfoo-$(FOO_VERSION).tar.bz2 .sum-foo
-               $(EXTRACT_BZ2) # to libfoo-$(FOO_VERSION)
+       libfoo: libfoo-$(FOO_VERSION).tar.bz2 .sum-foo
+               $(UNPACK) # to libfoo-$(FOO_VERSION)
                ### apply patches here ###
                # last command: make the target directory
                mv libfoo-$(FOO_VERSION) libfoo

_______________________________________________
vlc-commits mailing list
[email protected]
http://mailman.videolan.org/listinfo/vlc-commits

Reply via email to