forked from ports/contrib
deco: dropped
This commit is contained in:
parent
8f806ebcdb
commit
eac9e783c9
@ -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
|
|
@ -1,2 +0,0 @@
|
|||||||
b1ae574ffda8024934d25a48fdb537bf config.mk.in
|
|
||||||
33948d049acec2c29dddca5b3e813bfd deco-1.6.3.tar.gz
|
|
25
deco/Pkgfile
25
deco/Pkgfile
@ -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
|
|
||||||
}
|
|
@ -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
|
|
Loading…
x
Reference in New Issue
Block a user