openbox: new maintainer

This commit is contained in:
Juergen Daubert 2021-01-27 12:58:42 +01:00
parent 8eb8541a7a
commit bb855f04ad
2 changed files with 9 additions and 8 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/ZKl79Ip1BQQ9bULCQYnkIM12Zi8CUGD7ICHNYjNrtXtQIdMbCyVCsus38va8ycrdrWghAnuFzM8V4IV6jk7Fw0=
SHA256 (Pkgfile) = 4fde81c4149f4a20031c90492ce48cd1ca60764add9f3c0e58a01e9ea6d5028a
RWSE3ohX2g5d/Vy+51pmFunJSY8GsgjM+Wcam4kL5Ev+sLeBXXDP9vSUS1KNAF539YXHlmzQTR2eGo4cM7pS2xyk34Am0H2QNwA=
SHA256 (Pkgfile) = 36f7241cec334a91eef3db27b079f9a302cbcef712af3bd796a6d5a722f5d8ea
SHA256 (.footprint) = fd6ac493cfd02489032b9ffa4134ae6da3ada380bf3f5ab85166d4b2484cd73d
SHA256 (openbox-3.6.1.tar.gz) = 8b4ac0760018c77c0044fab06a4f0c510ba87eae934d9983b10878483bde7ef7

View File

@ -1,7 +1,7 @@
# Description: Fast, lightweight, standards-compliant window manager
# URL: http://openbox.org
# Maintainer: Thomas Penteker, tek at serverop dot de
# Depends on: xorg-libxinerama, xorg-libxrandr, pango, libxml2
# URL: http://openbox.org
# Maintainer: CRUX System Team, core-ports at crux dot nu
# Depends on: xorg-libxinerama, xorg-libxrandr, pango, libxml2
name=openbox
version=3.6.1
@ -11,9 +11,10 @@ source=(http://openbox.org/dist/openbox/openbox-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr \
--disable-nls \
--libexecdir=/usr/lib/openbox
./configure \
--prefix=/usr \
--disable-nls \
--libexecdir=/usr/lib/openbox
make
make DESTDIR=$PKG install