1
0
forked from ports/opt

pkg-get: initial import

This commit is contained in:
Simone Rota 2005-11-16 17:43:10 +00:00
parent 3bd135722f
commit 8ac7a62e39
4 changed files with 44 additions and 0 deletions

10
pkg-get/.footprint Normal file
View File

@ -0,0 +1,10 @@
drwxr-xr-x root/root etc/
-rw-r--r-- root/root etc/pkg-get.conf
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/pkg-get
-rwxr-xr-x root/root usr/bin/pkg-repgen
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man8/
-rw-r--r-- root/root usr/man/man8/pkg-get.8.gz
-rw-r--r-- root/root usr/man/man8/pkg-repgen.8.gz

2
pkg-get/.md5sum Normal file
View File

@ -0,0 +1,2 @@
251edec091b62d91d738c440fd9628d2 pkg-get-0.4.2-dosummary.patch
c649901a33a1394185fe3171262bba01 pkg-get-0.4.2.tar.gz

17
pkg-get/Pkgfile Normal file
View File

@ -0,0 +1,17 @@
# Description: Package management tool for CRUX Linux
# URL: http://www.varlock.com/blosxom.cgi/cruxprojects/pkgget/index.html
# Maintainer: Simone Rota, sip at varlock dot com
# Packager: Simone Rota, sip at varlock dot com
# Depends on:
name=pkg-get
version=0.4.2
release=2
source=(http://www.varlock.com/files/$name-$version.tar.gz \
http://www.varlock.com/files/$name-$version-dosummary.patch)
build() {
cd $name-$version
patch -p1 < ../$name-$version-dosummary.patch
make PREFIX=$PKG/usr CFGDIR=$PKG/etc install
}

15
pkg-get/README Normal file
View File

@ -0,0 +1,15 @@
IMPORTANT
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.
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