diff options
author | Jose V Beneyto <sepen@crux.nu> | 2010-09-01 07:20:29 +0000 |
---|---|---|
committer | Jose V Beneyto <sepen@crux.nu> | 2010-09-01 07:20:29 +0000 |
commit | 0358346c266b6c14c0cffc950f7a46ad952a0036 (patch) | |
tree | fd7cfe390d3d8aab4c8af92723630b2a126cfb71 /pkg-get | |
parent | 9bddffcc91c15c37b82818510e5466dc6e636682 (diff) | |
download | opt-0358346c266b6c14c0cffc950f7a46ad952a0036.tar.gz opt-0358346c266b6c14c0cffc950f7a46ad952a0036.tar.xz |
pkg-get: adopted, fixed deps and added a note to the README file
Diffstat (limited to 'pkg-get')
-rw-r--r-- | pkg-get/Pkgfile | 6 | ||||
-rw-r--r-- | pkg-get/README | 27 |
2 files changed, 20 insertions, 13 deletions
diff --git a/pkg-get/Pkgfile b/pkg-get/Pkgfile index 1ad90c0f2..4adb073b4 100644 --- a/pkg-get/Pkgfile +++ b/pkg-get/Pkgfile @@ -1,8 +1,8 @@ # Description: Package management tool for CRUX Linux # URL: http://www.varlock.com -# Maintainer: Simone Rota, sip at crux dot nu +# Maintainer: Jose V Beneyto, sepen at crux dot nu # Packager: Simone Rota, sip at crux dot nu -# Depends on: +# Depends on: perl name=pkg-get version=0.4.5 @@ -12,6 +12,6 @@ source=(http://www.varlock.com/files/$name-$version.tar.gz \ build() { cd $name-$version - patch -p1 < ../$name.patch + patch -p1 -i $SRC/$name.patch make PREFIX=$PKG/usr CFGDIR=$PKG/etc install } diff --git a/pkg-get/README b/pkg-get/README index c9838cb59..86d06fc23 100644 --- a/pkg-get/README +++ b/pkg-get/README @@ -1,15 +1,22 @@ + +README for pkg-get + + +REQUERIMENTS + + To use pkg-repgen you'll need prt-get to be installed. + + IMPORTANT -the PKGREPO file format chaged a bit from 0.3.3, -please regenerate your repositories with pkg-repgen + The PKGREPO file format chaged a bit from 0.3.3, + please regenerate your repositories with pkg-repgen -the /etc/pkg-get.conf options slightly changed -in version 0.3.0 in order to handle multiple -repositories. + the /etc/pkg-get.conf options slightly changed + in version 0.3.0 in order to handle multiple + repositories. -pkg-get is beta software. I did not have much -time to test it, expecially latest features -added (locking, pre-post install scripts, printf). + pkg-get is beta software. I did not have much + time to test it, expecially latest features + added (locking, pre-post install scripts, printf). -Comments and contributions are welcome. -Simone Rota |