deco: dropped

This commit is contained in:
Danny Rawlins 2015-08-08 18:45:50 +10:00
parent 8f806ebcdb
commit eac9e783c9
4 changed files with 0 additions and 39 deletions

View File

@ -1,3 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/deco

View File

@ -1,2 +0,0 @@
b1ae574ffda8024934d25a48fdb537bf config.mk.in
33948d049acec2c29dddca5b3e813bfd deco-1.6.3.tar.gz

View File

@ -1,25 +0,0 @@
# Description: A generic archive file extractor that has a consistent command line interface.
# URL: http://hartlich.com/deco/
# Maintainer: Danny Rawlins, crux at romster dot me
# Packager: Danny Rawlins, crux at romster dot me
# Depends on: deco-archive
name=deco
version=1.6.3
release=1
source=(http://hartlich.com/deco/download/$name-$version.tar.gz
config.mk.in)
build() {
cd $name-$version
[ "$CC" ] || CC=gcc
sed \
-e "s|@CC@|${CC}|" \
-e "s|@CFLAGS@|$CFLAGS|" \
-e "s|@LDFLAGS@|$LDFLAGS|" \
$SRC/config.mk.in > config.mk
make
make DESTDIR=$PKG install
}

View File

@ -1,9 +0,0 @@
CC = @CC@
CPPFLAGS = -D _XOPEN_SOURCE=600
CFLAGS = @CFLAGS@
LDFLAGS = -s @LDFLAGS@
DESTDIR =
PREFIX = /usr
BIN = $(PREFIX)/bin
SHARE = $(PREFIX)/share/deco