1
0
forked from ports/contrib

tabbed: new maintainer

This commit is contained in:
John Vogel 2018-02-18 11:58:00 -05:00
parent 17a395d2a3
commit b6fd984a99
3 changed files with 14 additions and 15 deletions

View File

@ -1,6 +1,7 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/tabbed
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/tabbed.1.gz
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man1/
-rw-r--r-- root/root usr/share/man/man1/tabbed.1.gz

View File

@ -1,6 +1,6 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3xA8wgVK092hXi+V23e2sffsHkTUaPO464iY8juHWHM1Bb1/+NYks5LzrRzXQvag/YEGLLBM5toLZjSWT/M1bwI=
SHA256 (Pkgfile) = b47230a365c8d8629120b31c1a80099dfd9273a3729e5e19d86fca365fb6253f
SHA256 (.footprint) = ef5cc552ca82ca6e4ba7cde5047dc6580e10e967feec9b45213abb5a5ea41760
RWSagIOpLGJF3wy+8aXDScJvCyLQjMKZ/8J9oBGmgUm+U87wxYi+BBM/MWmQiBBWXFxjN4yij/VR8ztzpYOgVdaUjHZEnWjmwgo=
SHA256 (Pkgfile) = 52d447b0e9d0825ac3fca5425143198722083969b9ddbab77c9d9f85eb95562c
SHA256 (.footprint) = fe3b64ecc7dfd8cb41db9f7c9413838451390cc68fb45a4eceacb82636d6f2ec
SHA256 (tabbed-0.6.tar.gz) = 7651ea3acbec5d6a25469e8665da7fc70aba2b4fa61a2a6a5449eafdfd641c42
SHA256 (config.h) = b53a40916d44090c31cdf5b259336deb70b79d15888f6941e7b8d216370cda55

View File

@ -1,6 +1,6 @@
# Description: Simple generic tabbed fronted to xembed aware applications
# URL: http://tools.suckless.org/tabbed/
# Maintainer: Maximilian Dietrich, dxm at openmailbox dot org
# URL: https://tools.suckless.org/tabbed/
# Maintainer: John Vogel, jvogel4 at stny dot rr dot com
# Depends on: xorg-libx11
name=tabbed
@ -9,11 +9,9 @@ release=1
source=(http://dl.suckless.org/tools/$name-$version.tar.gz config.h)
build () {
cd "$name-$version"
cp $SRC/config.h .
make
make DESTDIR=$PKG \
PREFIX=/usr \
MANPREFIX=/usr/man \
install
cd "$name-$version"
cp $SRC/config.h .
make CC=gcc
make DESTDIR=$PKG PREFIX=/usr install
}