Replaced package names containing underscores with hyphens
This commit is contained in:
parent
9f549d278b
commit
90ace55c9a
10 changed files with 9 additions and 8 deletions
|
@ -1,4 +1,4 @@
|
|||
app=libnetfilter_conntrack
|
||||
app=libnetfilter-conntrack
|
||||
version=1.0.7
|
||||
build=1sml
|
||||
homepage='https://www.netfilter.org/projects/libnetfilter_conntrack/index.html'
|
||||
|
@ -7,10 +7,10 @@ requires="libmnl libnfnetlink"
|
|||
|
||||
build() {
|
||||
mkandenterbuilddir
|
||||
rm -rf $app-$version
|
||||
rm -rf libnetfilter_conntrack-$version
|
||||
|
||||
tar xf $srcdir/$app-$version.tar.?z*
|
||||
cd $app-$version
|
||||
tar xf $srcdir/libnetfilter_conntrack-$version.tar.?z*
|
||||
cd libnetfilter_conntrack-$version
|
||||
fixbuilddirpermissions
|
||||
|
||||
./configure \
|
|
@ -1,4 +1,5 @@
|
|||
app=wpa_supplicant
|
||||
app=wpa-supplicant
|
||||
sapp="$( echo $app | sed 's@-@_@')"
|
||||
version=2.9
|
||||
build=1sml
|
||||
homepage="https://w1.fi/"
|
||||
|
@ -8,10 +9,10 @@ requires="readline openssl libnl dbus"
|
|||
|
||||
build() {
|
||||
mkandenterbuilddir
|
||||
rm -rf $app-$version
|
||||
rm -rf $sapp-$version
|
||||
|
||||
tar xf $srcdir/$app-$version.tar.?z*
|
||||
cd $app-$version
|
||||
tar xf $srcdir/$sapp-$version.tar.?z*
|
||||
cd $sapp-$version
|
||||
fixbuilddirpermissions
|
||||
|
||||
applypatch $srcdir/dbus.patch
|
Loading…
Reference in a new issue