forked from ports/contrib
iniparser: updated URL
This commit is contained in:
parent
e6adfcff7d
commit
ee57849463
@ -1,5 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/contrib.pub
|
||||
RWSagIOpLGJF3xiGfUBBYaqC6PvCnCepSnk2vEQF2rMSa0UmTs9EMOdBP8ZmwzneR18tLrr3IgImJA5uJ5OJ0C2atnQ30rYCCgo=
|
||||
SHA256 (Pkgfile) = 105ba533229c04fee2d14b1656545c5f61a6d377ed895c31b1ba97af727faea0
|
||||
RWSagIOpLGJF3/9bqgbkIJRrCtlLYEG/T6gnqLlpdaZmM+uH3boEGwadPKBlnZPoMgjjDX5Y7Tgwidz1t5qcBj5+XQMhXON8KAg=
|
||||
SHA256 (Pkgfile) = cb4ed2b90fffc4336db634a281ec67bd0f4ddd71d7a041ac431e283d691f0205
|
||||
SHA256 (.footprint) = 24a1af9273e6b93d1fb74d473d5a9692f90801bdd4b591c73cc73528bc74ead1
|
||||
SHA256 (iniparser-4.1.tar.gz) = 960daa800dd31d70ba1bacf3ea2d22e8ddfc2906534bf328319495966443f3ae
|
||||
|
@ -1,5 +1,5 @@
|
||||
# Description: ini file parser
|
||||
# URL: https://github.com/ndevilla/iniparseri
|
||||
# URL: https://github.com/ndevilla/iniparser
|
||||
# Maintainer: Tim Biermann, tbier at posteo dot de
|
||||
# Depends on: chrpath
|
||||
|
||||
@ -11,9 +11,11 @@ source=(https://github.com/ndevilla/iniparser/archive/v$version/$name-$version.t
|
||||
build() {
|
||||
cd $name-$version
|
||||
make
|
||||
|
||||
install -Dm0644 src/iniparser.h $PKG/usr/include/iniparser.h
|
||||
install -Dm0644 src/dictionary.h $PKG/usr/include/dictionary.h
|
||||
install -Dm0644 libiniparser.so.1 $PKG/usr/lib/libiniparser.so.1
|
||||
|
||||
ln -sf libiniparser.so.1 $PKG/usr/lib/libiniparser.so
|
||||
chrpath -d $PKG/usr/lib/libiniparser.so
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user