X-Original-To: alpine-aports@lists.alpinelinux.org Received: from mail-qk1-f195.google.com (mail-qk1-f195.google.com [209.85.222.195]) by lists.alpinelinux.org (Postfix) with ESMTP id 0E774F8553E for ; Mon, 8 Jul 2019 09:08:52 +0000 (UTC) Received: by mail-qk1-f195.google.com with SMTP id v22so12683186qkj.8 for ; Mon, 08 Jul 2019 02:08:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=date:from:to:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=41q3ETT4OjYVnrEiCP6lk+0NXX+eJTdXfpQw5asrT2o=; b=RMjgKHf5PZOB5wWHfa10KY3ieRooWeX/eIzpEDx74pMDWHKPMHsKgYsx1ASMCfcj5S BN0t38UHUWVzZ4hl3AkS+yAQpCkVyU5zdAgfYeznJB5W9CJwjYCcBTVkyQhek2IsjdDX qA4qD1oFZ88TsUE7ji1abiphdBmCuvG0xG3yVBACZk60OwVqmJ1ObE6yxppxXt1762LW BN/dhmUdNG8cq47iIqoW9YgCBTIoccGg8TO1R0Pdo8Z338tmjK+lv1UZpbdpw+sjRdme fNAjMXTKTmTJyaxmJOyhnPieB1+huctDv6pcORHIZAxvmsMQ3NajV4Fn8BVgEuQfHg1E jm+w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=41q3ETT4OjYVnrEiCP6lk+0NXX+eJTdXfpQw5asrT2o=; b=lmuxiKE3n3mrpLWOVb71hDTxLQHUIThxYiAdP80lUzbyeMklARSv/XLWczcRfUHkbc L4yDLihd6yJA2Fdeb+WRzqa1zAeZrUtbn6VOAl4q1JtYWsTgirWmGuOP9kflu5jL/tZQ cK2evbHiZtn7VXMiPSCl2nbIFTtX4B6b5o5s4qcD7CFm2+ROfuOZrzlHETLMaIj8NrJ1 CxZHQAydBtBAuaG708A5nRLsc0/TtbrPLd1jijQFxxkSHLojiuPz25tKx0gRGJD1cuEw sVjY7RHzEC+fyjrQKzEcRyAQcbv9LNHOwp2lWrzYUQ3d656l233Nuu20BnJp3Zpq8HY3 kMIw== X-Gm-Message-State: APjAAAUP6pIwGBOseANhh+RvYytFjkM+zDYiwbPYSd46vUHJ1AYpOHCb krKGqXYjkw+i5qye9/5oSBKkoDGjcPg= X-Google-Smtp-Source: APXvYqwO1JxVa+5R3QNvHQBt6lA2AKoDtmRz/KgX+mOG9FsiFrucLbj0dZ389xIuvDkc6hpGzMPZ0g== X-Received: by 2002:a37:a6d8:: with SMTP id p207mr12152667qke.387.1562576931107; Mon, 08 Jul 2019 02:08:51 -0700 (PDT) Received: from Impreza ([2804:14c:3ba1:31:3dd7:1a8e:2289:9ba7]) by smtp.gmail.com with ESMTPSA id z4sm5239411qtd.60.2019.07.08.02.08.49 for (version=TLS1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 08 Jul 2019 02:08:50 -0700 (PDT) Received: from impreza (uid 1000) (envelope-from impreza@Impreza) id 742cd7 by Impreza (DragonFly Mail Agent v3.8.0.3220.g866b921892); Mon, 08 Jul 2019 06:09:02 -0300 Date: Mon, 8 Jul 2019 06:09:01 -0300 From: maxice8 To: alpine-aports@lists.alpinelinux.org Subject: Re: [alpine-aports] [PATCH] testing/bluez-alsa: new aport Message-ID: <20190708090901.2bo3j4wvvu2ry2a6@Impreza> References: <20190708062939.5140-1-~@bradso.to> X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190708062939.5140-1-~@bradso.to> User-Agent: NeoMutt/20180716 There are static archives present, either remove them or create a $pkgname-static subpackage Please look at the warnings that abuild creates and fix them if applicable. > @@ -0,0 +1,25 @@ > +# Maintainer: Bradley Saulteaux <-@bradso.to> > +pkgname="bluez-alsa" Doesn't need to be quoted, just like pkgver > + autoreconf --install > + mkdir build && cd build These go into prepare() > + make DESTDIR="$pkgdir" install > + install -Dm755 ../../bluealsa.initd "$pkgdir"/etc/init.d/bluealsa missing $pkgname-openrc subpackage --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---