mirror of
https://github.com/mac-a-r0ni/crux-xfce4.git
synced 2025-02-02 18:52:19 +01:00
From git version to release version
This commit is contained in:
parent
f11df4c395
commit
456e1cc1b7
@ -4,20 +4,16 @@
|
||||
# Depends on: optipng gtk3 sassc
|
||||
|
||||
name=greybird-xfce
|
||||
version=git
|
||||
release=4
|
||||
source=()
|
||||
version=3.22.10
|
||||
release=1
|
||||
source=(https://github.com/shimmerproject/Greybird/archive/v$version.tar.gz)
|
||||
|
||||
build() {
|
||||
if cd "$name-$version" 2> /dev/null; then
|
||||
git pull
|
||||
else
|
||||
git clone https://github.com/shimmerproject/Greybird.git "$name-$version"
|
||||
cd "$name-$version"
|
||||
fi
|
||||
|
||||
|
||||
cd Greybird-$version
|
||||
|
||||
./autogen.sh \
|
||||
--prefix=/usr
|
||||
--prefix=/usr
|
||||
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
|
Loading…
x
Reference in New Issue
Block a user