forked from ports/contrib
libblockdev: 2.24 -> 2.25
This commit is contained in:
parent
305eee5c74
commit
5879984531
@ -1,6 +1,6 @@
|
||||
untrusted comment: verify with /etc/ports/contrib.pub
|
||||
RWSagIOpLGJF3/dQ0gvYeCe9Bjci6/Cc6w8eCAmjLTyd0JId4NJGWlUAJYrpv0NYYorrUDkIipndRXT4LLAGJvtRH8dgkzRt3QM=
|
||||
SHA256 (Pkgfile) = 51ec8ca099162e9c310af10005566d88f15fbcd982dda2f75c379fb282fbb57a
|
||||
RWSagIOpLGJF3wNPb5mk3aTDL1O3B6gym1+GRajxycLPQdZdKv2fGWUmHjejLadiBJMdPfhQmF+oZpo7ikOvNNUAknhAcfgirwg=
|
||||
SHA256 (Pkgfile) = 11bfa577d7e29362875c756785126acd5160707da44048a9a0d11b987b79fca9
|
||||
SHA256 (.footprint) = 5cf9b566e54a6c68f2335801e5ecca35e9ff01840fb42e155a5fbe1f4bd65203
|
||||
SHA256 (libblockdev-2.24.tar.gz) = dc207c70dbef52c818a8abbcb6b8e298a6b63c0b78a5e1f2773b5f7b89300773
|
||||
SHA256 (libblockdev-2.25.tar.gz) = 555aa42a2db39649ad83253bdc902ab5bd63d39c123e0c8055c4de7fe7571668
|
||||
SHA256 (foo.patch) = bf89ef671f4c157b12d307ad41eb69630770c3a9ce14a932d2e22d87f27c8b80
|
||||
|
@ -4,18 +4,21 @@
|
||||
# Depends on: gobject-introspection libbytesize libyaml ndctl parted volume_key
|
||||
|
||||
name=libblockdev
|
||||
version=2.24
|
||||
version=2.25
|
||||
release=1
|
||||
source=(https://github.com/storaged-project/$name/releases/download/$version-1/$name-$version.tar.gz foo.patch)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
|
||||
patch -Np1 -i $SRC/foo.patch
|
||||
aclocal
|
||||
automake
|
||||
|
||||
./configure --prefix=/usr \
|
||||
--with-dm=no
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
|
||||
rm -fr $PKG/usr/share/gtk-doc
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user