gpp: marked unmaintained

This commit is contained in:
Tim Biermann 2023-08-18 19:44:50 +02:00
parent fcc0f59d37
commit 5fab4d5275
2 changed files with 8 additions and 8 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3/TejprVhjfGD/7lmEeVwaZ1QwUKiu7wnpQyJGocmRoR/t6Qsg92qmTymzXLsngu4/Qr9NZhD/NqdM9svFMVcwY=
SHA256 (Pkgfile) = 59029be9af21651ae2dd7c0a4d6cf77dc8e3a0064a33a786966969507482a8f5
RWSagIOpLGJF3wkH0i2gTPgcLl6BCVRcY7JYgMMsXlUPmFZnRYN2PCw4SOQQNNivyrhibpTD3KFbpba4A75a10NtOFc8in/PVAc=
SHA256 (Pkgfile) = 171d8dc6557a86b34434e10658fabfaa17d34e648f0d2c4a1d69b8214470f1d8
SHA256 (.footprint) = 69716b437868cca3cb77f873e1e69d4bfcd2b402b60c46c30d2f9fa8270316c5
SHA256 (gpp-2.27.tar.bz2) = 49eb99d22af991e7f4efe2b21baa1196e9ab98c05b4b7ed56524a612c47b8fd3

View File

@ -1,6 +1,6 @@
# Description: A general-purpose preprocessor with customizable syntax.
# URL: http://en.nothingisreal.com/wiki/GPP
# Maintainer: Danny Rawlins, crux at romster dot me
# Maintainer: unmaintained
name=gpp
version=2.27
@ -8,12 +8,12 @@ release=1
source=(https://files.nothingisreal.com/software/$name/$name-$version.tar.bz2)
build() {
cd $name-$version
cd $name-$version
./configure --prefix=/usr
./configure --prefix=/usr
make
make DESTDIR=$PKG install
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/doc
rm -r $PKG/usr/share/doc
}