pkgsync: unmaintained

This commit is contained in:
Juergen Daubert 2007-04-10 19:44:38 +02:00
parent b8ff2886d7
commit 22d2a50da7
3 changed files with 0 additions and 42 deletions

View File

@ -1,13 +0,0 @@
drwxr-xr-x root/root etc/
-rw-r--r-- root/root etc/pkgdeploy.conf
-rw-r--r-- root/root etc/pkgsync.conf
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/pkgdeploy
-rwxr-xr-x root/root usr/bin/pkgsync
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man8/
-rw-r--r-- root/root usr/man/man8/pkgdeploy.8.gz
-rw-r--r-- root/root usr/man/man8/pkgsync.8.gz
drwxr-xr-x root/root usr/packages/
drwxr-xr-x root/root usr/packages/old/

View File

@ -1 +0,0 @@
dbb6322084cedf7ede78085827354c17 pkgsync-1.4.tar.bz2

View File

@ -1,28 +0,0 @@
# Description: Distributed package management for CRUX linux
# Maintainer: Jay Dolan, jdolan at jdolan dot dyndns dot org
# URL: http://jaydolan.com/pkgsync.html
# Depends on:
name=pkgsync
version=1.4
release=1
source=(http://jdolan.dyndns.org/jaydolan/files/$name-$version.tar.bz2)
build(){
cd $name-$version
install -m 755 -d $PKG/etc
install -m 644 pkgsync.conf $PKG/etc
install -m 644 pkgdeploy.conf $PKG/etc
install -m 755 -d $PKG/usr/bin
install -m 755 pkgsync $PKG/usr/bin
install -m 755 pkgdeploy $PKG/usr/bin
install -m 755 -d $PKG/usr/man/man8
install -m 644 pkgsync.8 $PKG/usr/man/man8
install -m 644 pkgdeploy.8 $PKG/usr/man/man8
install -m 755 -d $PKG/usr/packages/old
}