Make use of PEAR packages in pkgsubmit.php

Uses File_Find and Archive_Tar in pkgsubmit.php
Removes references to PackageContents

Signed-off-by: Callan Barrett <wizzomafizzo@gmail.com>
This commit is contained in:
Callan Barrett 2008-06-12 02:28:13 +08:00
parent 4d29be001b
commit 604156950c
3 changed files with 72 additions and 123 deletions

View file

@ -28,11 +28,16 @@ Setup on Arch Linux:
</VirtualHost>
4) Configure PHP
Make sure you have mysql and json enabled in PHP
Make sure you have mysql and json enabled in PHP and
PEAR is properly configured
- Edit php.ini and uncomment/add these lines:
extension=mysql.so
extension=json.so
Install the File_Find PEAR package:
http://pear.php.net/package/File_Find
5) Clone the AUR project (using the MYUSER from above)
$ cd