libidl: moved from opt; marked unmaintained

This commit is contained in:
Tim Biermann 2023-08-27 17:57:35 +02:00
parent b24de46488
commit 79c8cc9d97
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 39 additions and 0 deletions

15
libidl/.footprint Normal file
View File

@ -0,0 +1,15 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/libIDL-config-2
drwxr-xr-x root/root usr/include/
drwxr-xr-x root/root usr/include/libIDL-2.0/
drwxr-xr-x root/root usr/include/libIDL-2.0/libIDL/
-rw-r--r-- root/root usr/include/libIDL-2.0/libIDL/IDL.h
drwxr-xr-x root/root usr/lib/
-rw-r--r-- root/root usr/lib/libIDL-2.a
-rwxr-xr-x root/root usr/lib/libIDL-2.la
lrwxrwxrwx root/root usr/lib/libIDL-2.so -> libIDL-2.so.0.0.0
lrwxrwxrwx root/root usr/lib/libIDL-2.so.0 -> libIDL-2.so.0.0.0
-rwxr-xr-x root/root usr/lib/libIDL-2.so.0.0.0
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/libIDL-2.0.pc

5
libidl/.signature Normal file
View File

@ -0,0 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF38rXtIqt0BCxGQ6vPdse6MiOLutbm6caDkbiES822rEbYo8oOLAGZUEtcL2mwyxdB5H3porB2qVyjU4SbOKoFAU=
SHA256 (Pkgfile) = ce2eff89c9d51aacd0cb1b8f9fa35df397d3005f800678b2af1bde4d3bf35995
SHA256 (.footprint) = 9fb343d9ec2acb29a75fa38a9acbff09666b71a44462fd720548721996f95968
SHA256 (libIDL-0.8.14.tar.bz2) = c5d24d8c096546353fbc7cedf208392d5a02afe9d56ebcc1cccb258d7c4d2220

19
libidl/Pkgfile Normal file
View File

@ -0,0 +1,19 @@
# Description: A library for creating trees of CORBA Interface Definition Language (IDL) files
# URL: https://www.gnome.org/
# Maintainer: unmaintained
# Depends on: glib
name=libidl
version=0.8.14
release=1
source=(https://download.gnome.org/sources/libIDL/${version%.*}/libIDL-$version.tar.bz2)
build() {
cd libIDL-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share
}