forked from ports/compat-32
apulse-32: fix for revdep
This commit is contained in:
parent
1193c1dfcd
commit
beb956db5d
@ -1,3 +1,6 @@
|
|||||||
|
drwxr-xr-x root/root etc/
|
||||||
|
drwxr-xr-x root/root etc/revdep.d/
|
||||||
|
-rw-r--r-- root/root etc/revdep.d/apulse-32
|
||||||
drwxr-xr-x root/root usr/
|
drwxr-xr-x root/root usr/
|
||||||
drwxr-xr-x root/root usr/bin/
|
drwxr-xr-x root/root usr/bin/
|
||||||
-rwxr-xr-x root/root usr/bin/apulse-32
|
-rwxr-xr-x root/root usr/bin/apulse-32
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
untrusted comment: verify with /etc/ports/compat-32.pub
|
untrusted comment: verify with /etc/ports/compat-32.pub
|
||||||
RWSwxGo/zH7eXRCbdIkEZUBzkpB6ZtuZSaqm1TYbIJ5tKODQxzANcyiw5tab+2H3fJOWUvo2lUuA5u3q2DI+VdpZFDUz0fmYIAc=
|
RWSwxGo/zH7eXWDXgCuAhX/5izf1ko0TttuA7PLeB5HBaSeT6zBFwH18UQhYW8PyRHpHtE+7j6LSzslsnSBMcloD7Q98Yz0oFw8=
|
||||||
SHA256 (Pkgfile) = b7cb284fc1e296f73558d0e22e6eb4087002707e2192cf99785571de1a8cf53e
|
SHA256 (Pkgfile) = a386000fc325260a82f7d7d5a4b8aadbac16b674dc9dc7eb2ca85e8885c65bec
|
||||||
SHA256 (.footprint) = def64e348dd6672d4c02c36052ba525782a0f7fb58c63ee8da287e07b3e7f4a5
|
SHA256 (.footprint) = 2e5981f817dbd155e9104731e8f766e5eda60317d184536073d80df199bfe2bf
|
||||||
SHA256 (apulse-v0.1.13.tar.gz) = 9234ec4e10e408b9c01d5f4ea768ad1fc15494217c932db2c435202a9c7b5efd
|
SHA256 (apulse-v0.1.13.tar.gz) = 9234ec4e10e408b9c01d5f4ea768ad1fc15494217c932db2c435202a9c7b5efd
|
||||||
|
@ -18,6 +18,9 @@ build() {
|
|||||||
cmake --build build
|
cmake --build build
|
||||||
DESTDIR=$PKG cmake --build build --target install
|
DESTDIR=$PKG cmake --build build --target install
|
||||||
|
|
||||||
|
install -d $PKG/etc/revdep.d
|
||||||
|
echo '/usr/lib32/apulse' > $PKG/etc/revdep.d/apulse-32
|
||||||
|
|
||||||
mv $PKG/usr/bin/apulse $PKG/usr/bin/apulse-32
|
mv $PKG/usr/bin/apulse $PKG/usr/bin/apulse-32
|
||||||
|
|
||||||
rm -r $PKG/usr/share/man
|
rm -r $PKG/usr/share/man
|
||||||
|
Loading…
x
Reference in New Issue
Block a user