[arch-commits] Commit in (test1 test1/repos test1/trunk test1/trunk/PKGBUILD)

Allan McRae allan at archlinux.org
Wed Sep 2 07:36:14 UTC 2009


    Date: Wednesday, September 2, 2009 @ 03:36:14
  Author: allan
Revision: 50856

testing split package support in devtools

Added:
  test1/
  test1/repos/
  test1/trunk/
  test1/trunk/PKGBUILD

----------+
 PKGBUILD |   17 +++++++++++++++++
 1 file changed, 17 insertions(+)

Added: test1/trunk/PKGBUILD
===================================================================
--- test1/trunk/PKGBUILD	                        (rev 0)
+++ test1/trunk/PKGBUILD	2009-09-02 07:36:14 UTC (rev 50856)
@@ -0,0 +1,17 @@
+pkgname=('t1' 't2')
+pkgdesc="text with spaces"
+pkgver=1
+pkgrel=1
+arch=('i686' 'x86_64')
+
+build () {
+  return 0
+}
+
+package_t1() {
+  return 0
+}
+
+package_t2() {
+  return 0
+}




More information about the arch-commits mailing list