blob: 9162e84db92e7c00e09012aa25f9489fd1350958 (
plain)
1
2
3
4
5
6
7
8
9
|
name=sfwbar
version=1.0_beta16.1
release=1
source="https://github.com/LBCrion/${name}/archive/v${version}/${name}-v${version}.tar.gz"
postbuild() {
mkdir -p $PKG/etc/revdep.d
echo /usr/lib/sfwbar > $PKG/etc/revdep.d/$name
}
|