libidl: picked up port

This commit is contained in:
Danny Rawlins 2019-08-21 21:22:29 +10:00
parent a7a7c26f1b
commit 4d1b4f93b9
2 changed files with 7 additions and 7 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/TUoRS/i1n7wuE6Df8iPmYXlyE9/DHnqNarIZ3jsxAcF9D6blpqmRNfa9tjoexLghu+mmgq0YDa8Wvcmfy6fPQg=
SHA256 (Pkgfile) = 2ab0ab5b4af3bcfd79cdf3bdda8b8c6e02461b811661b7c44d140549ef4e3575
RWSE3ohX2g5d/cJ+AlteWkjcUPq3FuV/J0xBgNyTbBfOKihIB8s8QLXzZ5d7pA0pG079NWx47/sldMvPxeNmLpK65gzeF33Nhgs=
SHA256 (Pkgfile) = 8e7576dcbcb4523eb23a45a1995aae166bc7a0bd7dde79674e9975820df36d59
SHA256 (.footprint) = 9fb343d9ec2acb29a75fa38a9acbff09666b71a44462fd720548721996f95968
SHA256 (libIDL-0.8.14.tar.bz2) = c5d24d8c096546353fbc7cedf208392d5a02afe9d56ebcc1cccb258d7c4d2220

View File

@ -1,18 +1,18 @@
# Description: A library for creating trees of CORBA Interface Definition Language (IDL) files
# URL: http://freecode.com/projects/libidl
# Maintainer: Jose V Beneyto, sepen at crux dot nu
# Packager: Tilman Sauerbeck, tilman at crux dot nu
# URL: http://www.gnome.org/
# Maintainer: Danny Rawlins, crux at romster dot me
# Depends on: glib
name=libidl
version=0.8.14
release=1
source=(http://download.gnome.org/sources/libIDL/${version%.*}/libIDL-$version.tar.bz2)
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
rm -r $PKG/usr/share/info
rmdir $PKG/usr/share
}